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)
144ObjectDisposedException.ThrowIf(IsDisposed, typeof(Baml2006Reader));
System.Xaml (8)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
335ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlXmlReader));
System\Xaml\ReaderDelegate.cs (1)
29ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlReader)); // Can't say ReaderDelegate because its internal.
System\Xaml\ReaderMultiIndexDelegate.cs (1)
42ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlReader)); // Can't say ReaderMultiIndexDelegate because its internal.
System\Xaml\XamlBackgroundReader.cs (4)
146if (IsDisposed) 164if (IsDisposed) 176ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlBackgroundReader)); 246if (IsDisposed)
System\Xaml\XamlSubreader.cs (1)
29ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlReader)); // Can't say XamlSubreader because its internal.
System.Xaml.Tests (1)
Common\SubXamlReader.cs (1)
45public bool IsDisposedEntry => IsDisposed;