3 writes to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
1891_currentEntries = null; 4214_currentEntries = new(disposeItems: false); 4229_currentEntries = _rootEntry.Children;
3 references to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2234internal GridEntry? GetDefaultGridEntry() => _defaultEntry ??= _currentEntries?[0]; 2281if (_currentEntries is null) 2287return _currentEntries;