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