3 writes to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
1846_currentEntries = null; 4169_currentEntries = new(disposeItems: false); 4184_currentEntries = _rootEntry.Children;
3 references to _currentEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2189internal GridEntry? GetDefaultGridEntry() => _defaultEntry ??= _currentEntries?[0]; 2236if (_currentEntries is null) 2242return _currentEntries;