3 writes to currentPropEntries
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
2262currentPropEntries = null; 4723currentPropEntries = new GridEntryCollection(null, new GridEntry[0]); 4740currentPropEntries = peMain.Children;
4 references to currentPropEntries
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
2601if (peDefault == null && currentPropEntries != null) { 2602peDefault = (GridEntry)currentPropEntries[0]; 2646if (currentPropEntries == null) { 2650return currentPropEntries;