2 writes to _enableVisualStyleBackground
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1338_enableVisualStyleBackground = value; 1346_enableVisualStyleBackground = true;
2 references to _enableVisualStyleBackground
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1329&& _enableVisualStyleBackground; 1332if (_isEnableVisualStyleBackgroundSet && value == _enableVisualStyleBackground)