5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1056
_rootEntry
= null;
1882
_rootEntry
= null;
4192
_rootEntry
= value;
4199
_rootEntry
= GridEntry.CreateRootGridEntry(
4209
_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();
1881
_rootEntry
?.Dispose();
1910
_rootEntry
?.ReleaseUiaProvider();
2188
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand);
3310
else if (
_rootEntry
is not null)
3335
if (
_rootEntry
is not null)
4193
_rootEntry
.Refresh();
4212
if (
_rootEntry
is null)
4221
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
4225
_viewTabProperties[tabName] =
_rootEntry
;
4229
_currentEntries =
_rootEntry
.Children;
4230
_defaultEntry =
_rootEntry
.DefaultChild;