10 references to MouseIsOver
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
38else if (Control.MouseIsOver) 71&& (Control.Focused || Control.MouseIsOver || (Control.IsDefault && Control.Enabled));
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
24else if (Control.MouseIsOver)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (2)
269CheckBoxRenderer.ConvertFromButtonState(style, isMixed: true, Control.MouseIsOver), 284CheckBoxRenderer.ConvertFromButtonState(style, isMixed: false, Control.MouseIsOver),
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
126Control.MouseIsOver),
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
210RadioButtonRenderer.ConvertFromButtonState(style, Control.MouseIsOver),
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (1)
96if (!Control.MouseIsDown && !Control.MouseIsOver)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
69RadioButtonRenderer.ConvertFromButtonState(GetState(), b.MouseIsOver),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
79else if (MouseIsOver)