1 write to IsDisposed
System.Xaml (1)
System\Xaml\XamlWriter.cs (1)
78
IsDisposed
= true; // must call the base class to get IsDisposed == true;
7 references to IsDisposed
System.Xaml (7)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
253
if (disposing && !
IsDisposed
)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
935
if (disposing && !
IsDisposed
)
971
ObjectDisposedException.ThrowIf(
IsDisposed
, typeof(XamlObjectWriter));
System\Xaml\WriterDelegate.cs (2)
74
if (disposing && !
IsDisposed
)
119
ObjectDisposedException.ThrowIf(
IsDisposed
, typeof(XamlWriter)); // Can't say ReaderMultiIndexDelegate because its internal.
System\Xaml\XamlXmlWriter.cs (2)
121
if (disposing && !
IsDisposed
)
264
ObjectDisposedException.ThrowIf(
IsDisposed
, typeof(XamlXmlWriter));