5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1011_rootEntry = null; 1841_rootEntry = null; 4154_rootEntry = value; 4161_rootEntry = GridEntry.CreateRootGridEntry( 4171_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(); 1840_rootEntry?.Dispose(); 1869_rootEntry?.ReleaseUiaProvider(); 2144=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand); 3266else if (_rootEntry is not null) 3291if (_rootEntry is not null) 4155_rootEntry.Refresh(); 4174if (_rootEntry is null) 4183_rootEntry.BrowsableAttributes = BrowsableAttributes; 4187_viewTabProperties[tabName] = _rootEntry; 4191_currentEntries = _rootEntry.Children; 4192_defaultEntry = _rootEntry.DefaultChild;