1 write to IsDisposed
System.Xaml (1)
System\Xaml\XamlReader.cs (1)
61IsDisposed = true; // must call the base class to get IsDisposed == true;
9 references to IsDisposed
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
148ObjectDisposedException.ThrowIf(IsDisposed, typeof(Baml2006Reader));
System.Xaml (8)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
329ObjectDisposedException.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)
145if (IsDisposed) 161if (IsDisposed) 172ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlBackgroundReader)); 239if (IsDisposed)
System\Xaml\XamlSubreader.cs (1)
30ObjectDisposedException.ThrowIf(IsDisposed, typeof(XamlReader)); // Can't say XamlSubreader because its internal.