5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1009_rootEntry = null; 1839_rootEntry = null; 4152_rootEntry = value; 4159_rootEntry = GridEntry.CreateRootGridEntry( 4169_rootEntry = null;
18 references to _rootEntry
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (18)
296_rootEntry?.DesignerHost = value; 373if (_selectedObjects is not null && _selectedObjects.Length > 0 && _rootEntry is not null) 375_rootEntry.BrowsableAttributes = BrowsableAttributes; 1008_rootEntry?.Dispose(); 1140get => _gridView.SelectedGridEntry ?? _rootEntry; 1565=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: false, maxExpands: -1); 1569internal void ClearCachedValues() => _rootEntry?.ClearCachedValues(); 1838_rootEntry?.Dispose(); 1867_rootEntry?.ReleaseUiaProvider(); 2142=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand); 3264else if (_rootEntry is not null) 3289if (_rootEntry is not null) 4153_rootEntry.Refresh(); 4172if (_rootEntry is null) 4181_rootEntry.BrowsableAttributes = BrowsableAttributes; 4185_viewTabProperties[tabName] = _rootEntry; 4189_currentEntries = _rootEntry.Children; 4190_defaultEntry = _rootEntry.DefaultChild;