5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1056_rootEntry = null; 1882_rootEntry = null; 4192_rootEntry = value; 4199_rootEntry = GridEntry.CreateRootGridEntry( 4209_rootEntry = null;
18 references to _rootEntry
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (18)
302_rootEntry?.DesignerHost = value; 379if (_selectedObjects is not null && _selectedObjects.Length > 0 && _rootEntry is not null) 381_rootEntry.BrowsableAttributes = BrowsableAttributes; 1055_rootEntry?.Dispose(); 1187get => _gridView.SelectedGridEntry ?? _rootEntry; 1612=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: false, maxExpands: -1); 1616internal void ClearCachedValues() => _rootEntry?.ClearCachedValues(); 1881_rootEntry?.Dispose(); 1910_rootEntry?.ReleaseUiaProvider(); 2188=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand); 3310else if (_rootEntry is not null) 3335if (_rootEntry is not null) 4193_rootEntry.Refresh(); 4212if (_rootEntry is null) 4221_rootEntry.BrowsableAttributes = BrowsableAttributes; 4225_viewTabProperties[tabName] = _rootEntry; 4229_currentEntries = _rootEntry.Children; 4230_defaultEntry = _rootEntry.DefaultChild;