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