XamlWriter.IsDisposed Property

Definition

Gets whether Dispose(Boolean) has been called.

protected:
 property bool IsDisposed { bool get(); };
protected bool IsDisposed { get; }
member this.IsDisposed : bool
Protected ReadOnly Property IsDisposed As Boolean

Property Value

true if Dispose(Boolean) has been called; otherwise, false.

Applies to