2 writes to _isEnableVisualStyleBackgroundSet
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1274
_isEnableVisualStyleBackgroundSet
= true;
1282
_isEnableVisualStyleBackgroundSet
= false;
3 references to _isEnableVisualStyleBackgroundSet
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
1265
get => (
_isEnableVisualStyleBackgroundSet
|| (RawBackColor.IsEmpty && (BackColor == SystemColors.Control)))
1269
if (
_isEnableVisualStyleBackgroundSet
&& value == _enableVisualStyleBackground)
1287
private bool ShouldSerializeUseVisualStyleBackColor() =>
_isEnableVisualStyleBackgroundSet
;