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