5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1011_rootEntry = null; 1837_rootEntry = null; 4150_rootEntry = value; 4157_rootEntry = GridEntry.CreateRootGridEntry( 4167_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) 4151_rootEntry.Refresh(); 4170if (_rootEntry is null) 4179_rootEntry.BrowsableAttributes = BrowsableAttributes; 4183_viewTabProperties[tabName] = _rootEntry; 4187_currentEntries = _rootEntry.Children; 4188_defaultEntry = _rootEntry.DefaultChild;