1 write to _rootObjectInstance
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
91
_rootObjectInstance
= settings.RootObjectInstance;
4 references to _rootObjectInstance
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
365
if ((_context.LiveDepth == 1) && (
_rootObjectInstance
!= null))
367
XamlType rootType = GetXamlType(
_rootObjectInstance
.GetType());
373
_context.CurrentInstance =
_rootObjectInstance
;
376
_context.CurrentCollection =
_rootObjectInstance
;