3 writes to _inDispose
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
73
_inDispose
= false;
934
_inDispose
= true;
965
_inDispose
= false;
1 reference to _inDispose
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
551
if (_context.LiveDepth == 0 && !
_inDispose
)