3 writes to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
1850
_currentEntries
= null;
4176
_currentEntries
= new(disposeItems: false);
4191
_currentEntries
= _rootEntry.Children;
3 references to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2190
internal GridEntry? GetDefaultGridEntry() => _defaultEntry ??=
_currentEntries
?[0];
2237
if (
_currentEntries
is null)
2243
return
_currentEntries
;