2 references to MouseOverBackColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (2)
213
if (!Control.FlatAppearance.
MouseOverBackColor
.IsEmpty) {
214
backColor = Control.FlatAppearance.
MouseOverBackColor
;