2 writes to _enableVisualStyleBackground
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1275_enableVisualStyleBackground = value; 1283_enableVisualStyleBackground = true;
2 references to _enableVisualStyleBackground
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1266&& _enableVisualStyleBackground; 1269if (_isEnableVisualStyleBackgroundSet && value == _enableVisualStyleBackground)