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;
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();
2140
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand);
3262
else if (
_rootEntry
is not null)
3287
if (
_rootEntry
is not null)
4151
_rootEntry
.Refresh();
4170
if (
_rootEntry
is null)
4179
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
4183
_viewTabProperties[tabName] =
_rootEntry
;
4187
_currentEntries =
_rootEntry
.Children;
4188
_defaultEntry =
_rootEntry
.DefaultChild;