1 write to _rootObjectInstance
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
88
_rootObjectInstance
= settings.RootObjectInstance;
4 references to _rootObjectInstance
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
370
if ((_context.LiveDepth == 1) && (
_rootObjectInstance
is not null))
372
XamlType rootType = GetXamlType(
_rootObjectInstance
.GetType());
379
_context.CurrentInstance =
_rootObjectInstance
;
382
_context.CurrentCollection =
_rootObjectInstance
;