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