3 references to MouseOverBackColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (2)
227if (!Control.FlatAppearance.MouseOverBackColor.IsEmpty) 229backColor = Control.FlatAppearance.MouseOverBackColor;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonBaseTests.cs (1)
1036Assert.Equal(Color.Empty, appearance.MouseOverBackColor);