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)
370if ((_context.LiveDepth == 1) && (_rootObjectInstance is not null)) 372XamlType rootType = GetXamlType(_rootObjectInstance.GetType()); 379_context.CurrentInstance = _rootObjectInstance; 382_context.CurrentCollection = _rootObjectInstance;