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