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;
375
if (_selectedObjects is not null && _selectedObjects.Length > 0 &&
_rootEntry
is not null)
377
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
1010
_rootEntry
?.Dispose();
1142
get => _gridView.SelectedGridEntry ??
_rootEntry
;
1567
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: false, maxExpands: -1);
1571
internal void ClearCachedValues() =>
_rootEntry
?.ClearCachedValues();
1840
_rootEntry
?.Dispose();
1869
_rootEntry
?.ReleaseUiaProvider();
2144
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand);
3266
else if (
_rootEntry
is not null)
3291
if (
_rootEntry
is not null)
4155
_rootEntry
.Refresh();
4174
if (
_rootEntry
is null)
4183
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
4187
_viewTabProperties[tabName] =
_rootEntry
;
4191
_currentEntries =
_rootEntry
.Children;
4192
_defaultEntry =
_rootEntry
.DefaultChild;