12 references to MouseIsDown
System.Windows.Forms (12)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
230bool isMouseDown = MouseIsDown;
System\Windows\Forms\Controls\Buttons\ButtonBase.ButtonBaseAccessibleObject.cs (1)
18this.IsOwnerHandleCreated(out ButtonBase? owner) && owner.OwnerDraw && owner.MouseIsDown
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1242pressed: MouseIsDown,
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
36if (Control.MouseIsDown)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
250if (Control.MouseIsDown)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
186if (Control.MouseIsDown)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (1)
94if (!Control.MouseIsDown && !Control.MouseIsOver)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
664&& MouseIsDown
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
607&& MouseIsDown
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
89else if (MouseIsDown)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (1)
90bool isHighContrastHighlighted = !Control.MouseIsDown && IsHighContrastHighlighted();
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
167Pressed = button.MouseIsDown || _pressTarget > 0f,