11 references to MouseIsOver
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
46
else if (Control.
MouseIsOver
) {
87
(Control.Focused || Control.
MouseIsOver
|| (Control.IsDefault && Control.Enabled));
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
37
else if (Control.
MouseIsOver
) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (2)
222
CheckBoxRenderer.DrawCheckBox(g, new Point(layout.checkBounds.Left, layout.checkBounds.Top), CheckBoxRenderer.ConvertFromButtonState(style, true, Control.
MouseIsOver
), Control.HandleInternal);
230
CheckBoxRenderer.DrawCheckBox(g, new Point(layout.checkBounds.Left, layout.checkBounds.Top), CheckBoxRenderer.ConvertFromButtonState(style, false, Control.
MouseIsOver
), Control.HandleInternal);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
114
layout.checkSize = CheckBoxRenderer.GetGlyphSize(g, CheckBoxRenderer.ConvertFromButtonState(GetState(), true, Control.
MouseIsOver
), Control.HandleInternal).Width;
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (1)
188
RadioButtonRenderer.DrawRadioButton(g, new Point(check.Left, check.Top), RadioButtonRenderer.ConvertFromButtonState(style, Control.
MouseIsOver
), Control.HandleInternal);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (1)
96
if (!Control.MouseIsDown && !Control.
MouseIsOver
) {
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
75
layout.checkSize = RadioButtonRenderer.GetGlyphSize(g, RadioButtonRenderer.ConvertFromButtonState(GetState(), b.
MouseIsOver
), b.HandleInternal).Width;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (2)
93
else if (base.
MouseIsOver
) {
214
if (AccessibilityImprovements.Level3 && IsFilledWithHighlightColor && (Control.
MouseIsOver
|| Control.Focused)) {