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)
365if ((_context.LiveDepth == 1) && (_rootObjectInstance != null)) 367XamlType rootType = GetXamlType(_rootObjectInstance.GetType()); 373_context.CurrentInstance = _rootObjectInstance; 376_context.CurrentCollection = _rootObjectInstance;