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