3 writes to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
1848
_currentEntries
= null;
4174
_currentEntries
= new(disposeItems: false);
4189
_currentEntries
= _rootEntry.Children;
3 references to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2188
internal GridEntry? GetDefaultGridEntry() => _defaultEntry ??=
_currentEntries
?[0];
2235
if (
_currentEntries
is null)
2241
return
_currentEntries
;