1 write to _rootObjectInstance
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
89
_rootObjectInstance
= settings.RootObjectInstance;
4 references to _rootObjectInstance
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
371
if ((_context.LiveDepth == 1) && (
_rootObjectInstance
is not null))
373
XamlType rootType = GetXamlType(
_rootObjectInstance
.GetType());
380
_context.CurrentInstance =
_rootObjectInstance
;
383
_context.CurrentCollection =
_rootObjectInstance
;