5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1011
_rootEntry
= null;
1837
_rootEntry
= null;
4147
_rootEntry
= value;
4154
_rootEntry
= GridEntry.CreateRootGridEntry(
4164
_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();
1836
_rootEntry
?.Dispose();
1865
_rootEntry
?.ReleaseUiaProvider();
2143
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand);
3265
else if (
_rootEntry
is not null)
3290
if (
_rootEntry
is not null)
4148
_rootEntry
.Refresh();
4167
if (
_rootEntry
is null)
4176
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
4180
_viewTabProperties[tabName] =
_rootEntry
;
4184
_currentEntries =
_rootEntry
.Children;
4185
_defaultEntry =
_rootEntry
.DefaultChild;