2 writes to _enableVisualStyleBackground
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1337_enableVisualStyleBackground = value; 1345_enableVisualStyleBackground = true;
2 references to _enableVisualStyleBackground
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1328&& _enableVisualStyleBackground; 1331if (_isEnableVisualStyleBackgroundSet && value == _enableVisualStyleBackground)