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