1 write to _mouseOverBackColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
155_mouseOverBackColor = value;
5 references to _mouseOverBackColor
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (5)
146get => _mouseOverBackColor.IsEmpty 150: _mouseOverBackColor; 153if (_mouseOverBackColor != value) 163internal Color MouseOverBackColorCore => _mouseOverBackColor; 171private bool ShouldSerializeMouseOverBackColor() => !_mouseOverBackColor.IsEmpty;