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)
371if ((_context.LiveDepth == 1) && (_rootObjectInstance is not null)) 373XamlType rootType = GetXamlType(_rootObjectInstance.GetType()); 380_context.CurrentInstance = _rootObjectInstance; 383_context.CurrentCollection = _rootObjectInstance;