5 writes to _rootEntry
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1009
_rootEntry
= null;
1839
_rootEntry
= null;
4152
_rootEntry
= value;
4159
_rootEntry
= GridEntry.CreateRootGridEntry(
4169
_rootEntry
= null;
18 references to _rootEntry
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (18)
296
_rootEntry
?.DesignerHost = value;
373
if (_selectedObjects is not null && _selectedObjects.Length > 0 &&
_rootEntry
is not null)
375
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
1008
_rootEntry
?.Dispose();
1140
get => _gridView.SelectedGridEntry ??
_rootEntry
;
1565
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: false, maxExpands: -1);
1569
internal void ClearCachedValues() =>
_rootEntry
?.ClearCachedValues();
1838
_rootEntry
?.Dispose();
1867
_rootEntry
?.ReleaseUiaProvider();
2142
=> _gridView.RecursivelyExpand(
_rootEntry
, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand);
3264
else if (
_rootEntry
is not null)
3289
if (
_rootEntry
is not null)
4153
_rootEntry
.Refresh();
4172
if (
_rootEntry
is null)
4181
_rootEntry
.BrowsableAttributes = BrowsableAttributes;
4185
_viewTabProperties[tabName] =
_rootEntry
;
4189
_currentEntries =
_rootEntry
.Children;
4190
_defaultEntry =
_rootEntry
.DefaultChild;