5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1056_rootEntry = null; 1889_rootEntry = null; 4202_rootEntry = value; 4209_rootEntry = GridEntry.CreateRootGridEntry( 4219_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(); 1888_rootEntry?.Dispose(); 1917_rootEntry?.ReleaseUiaProvider(); 2195=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand); 3317else if (_rootEntry is not null) 3342if (_rootEntry is not null) 4203_rootEntry.Refresh(); 4222if (_rootEntry is null) 4231_rootEntry.BrowsableAttributes = BrowsableAttributes; 4235_viewTabProperties[tabName] = _rootEntry; 4239_currentEntries = _rootEntry.Children; 4240_defaultEntry = _rootEntry.DefaultChild;