2 writes to isEnableVisualStyleBackgroundSet
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonBase.cs (2)
1243isEnableVisualStyleBackgroundSet = true; 1250isEnableVisualStyleBackgroundSet = false;
2 references to isEnableVisualStyleBackgroundSet
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonBase.cs (2)
1232if (isEnableVisualStyleBackgroundSet || ((RawBackColor.IsEmpty) && (BackColor == SystemColors.Control))) 1256return isEnableVisualStyleBackgroundSet;