5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1011_rootEntry = null; 1837_rootEntry = null; 4144_rootEntry = value; 4151_rootEntry = GridEntry.CreateRootGridEntry( 4161_rootEntry = null;
18 references to _rootEntry
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (18)
298_rootEntry?.DesignerHost = value; 375if (_selectedObjects is not null && _selectedObjects.Length > 0 && _rootEntry is not null) 377_rootEntry.BrowsableAttributes = BrowsableAttributes; 1010_rootEntry?.Dispose(); 1142get => _gridView.SelectedGridEntry ?? _rootEntry; 1567=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: false, maxExpands: -1); 1571internal void ClearCachedValues() => _rootEntry?.ClearCachedValues(); 1836_rootEntry?.Dispose(); 1865_rootEntry?.ReleaseUiaProvider(); 2140=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand); 3262else if (_rootEntry is not null) 3287if (_rootEntry is not null) 4145_rootEntry.Refresh(); 4164if (_rootEntry is null) 4173_rootEntry.BrowsableAttributes = BrowsableAttributes; 4177_viewTabProperties[tabName] = _rootEntry; 4181_currentEntries = _rootEntry.Children; 4182_defaultEntry = _rootEntry.DefaultChild;