1 write to IsDisposed
System.Xaml (1)
System\Xaml\XamlReader.cs (1)
62IsDisposed = true; // must call the base class to get IsDisposed == true;
10 references to IsDisposed
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
145ObjectDisposedException.ThrowIf(IsDisposed, typeof(Baml2006Reader));
System.Xaml (8)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
336ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlXmlReader));
System\Xaml\ReaderDelegate.cs (1)
30ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlReader)); // Can't say ReaderDelegate because its internal.
System\Xaml\ReaderMultiIndexDelegate.cs (1)
43ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlReader)); // Can't say ReaderMultiIndexDelegate because its internal.
System\Xaml\XamlBackgroundReader.cs (4)
149if (IsDisposed) 167if (IsDisposed) 179ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlBackgroundReader)); 249if (IsDisposed)
System\Xaml\XamlSubreader.cs (1)
30ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlReader)); // Can't say XamlSubreader because its internal.
System.Xaml.Tests (1)
Common\SubXamlReader.cs (1)
45public bool IsDisposedEntry => IsDisposed;