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;
379
if (_selectedObjects is not null && _selectedObjects.Length > 0 &&
_rootEntry
is not null)
381
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
1055
_rootEntry
?.Dispose();
1187
get => _gridView.SelectedGridEntry ??
_rootEntry
;
1612
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: false, maxExpands: -1);
1616
internal void ClearCachedValues() =>
_rootEntry
?.ClearCachedValues();
1888
_rootEntry
?.Dispose();
1917
_rootEntry
?.ReleaseUiaProvider();
2195
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand);
3317
else if (
_rootEntry
is not null)
3342
if (
_rootEntry
is not null)
4203
_rootEntry
.Refresh();
4222
if (
_rootEntry
is null)
4231
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
4235
_viewTabProperties[tabName] =
_rootEntry
;
4239
_currentEntries =
_rootEntry
.Children;
4240
_defaultEntry =
_rootEntry
.DefaultChild;