2 writes to lastPaintWithExplorerStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1981lastPaintWithExplorerStyle = true; 1994lastPaintWithExplorerStyle = false;
2 references to lastPaintWithExplorerStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1979if(!lastPaintWithExplorerStyle) { 1992if (lastPaintWithExplorerStyle) {