2 writes to _lastPaintWithExplorerStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1642
_lastPaintWithExplorerStyle
= true;
1657
_lastPaintWithExplorerStyle
= false;
2 references to _lastPaintWithExplorerStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1636
if (!
_lastPaintWithExplorerStyle
)
1651
if (
_lastPaintWithExplorerStyle
)