21 overrides of OnMouseDown
System.Windows.Forms (15)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
898
protected override void
OnMouseDown
(MouseEventArgs mevent)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1785
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
16093
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
832
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2944
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
390
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
810
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2078
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
660
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3308
protected override void
OnMouseDown
(MouseEventArgs mea)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
679
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
110
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1131
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
318
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\UserControl.cs (1)
292
protected override void
OnMouseDown
(MouseEventArgs e)
System.Windows.Forms.Design (6)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
305
protected override void
OnMouseDown
(MouseEventArgs me)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
258
protected override void
OnMouseDown
(MouseEventArgs e)
System\Windows\Forms\Design\ComponentTray.cs (2)
1217
protected override void
OnMouseDown
(MouseEventArgs e)
2147
protected override void
OnMouseDown
(MouseEventArgs me)
System\Windows\Forms\Design\SelectionUIService.cs (1)
512
protected override void
OnMouseDown
(MouseEventArgs me)
System\Windows\Forms\Design\TabOrder.cs (1)
572
protected override void
OnMouseDown
(MouseEventArgs e)
28 references to OnMouseDown
System.Windows.Forms (20)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3894
base.
OnMouseDown
(new MouseEventArgs((MouseButtons)(button << 20), 1, x, y, 0));
System\Windows\Forms\Control.cs (1)
11427
OnMouseDown
(new MouseEventArgs(button, clicks, PARAM.ToPoint(m.LParamInternal)));
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
896
/// Raises the <see cref="Control.
OnMouseDown
"/> event.
909
base.
OnMouseDown
(mevent);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1787
base.
OnMouseDown
(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
16100
base.
OnMouseDown
(e);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
834
base.
OnMouseDown
(e);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5893
OnMouseDown
(new MouseEventArgs(button, clicks, point));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
407
base.
OnMouseDown
(e);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
812
base.
OnMouseDown
(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2080
base.
OnMouseDown
(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
662
base.
OnMouseDown
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3339
base.
OnMouseDown
(mea);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2692
OnMouseDown
(new MouseEventArgs(button, clicks, PARAM.ToPoint(m.LParamInternal)));
3282
OnMouseDown
(new MouseEventArgs(MouseButtons.Left, 1, PARAM.ToPoint(m.LParamInternal)));
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
677
/// Raises the <see cref="Control.
OnMouseDown
"/> event.
686
base.
OnMouseDown
(e);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1133
base.
OnMouseDown
(e);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
325
base.
OnMouseDown
(e);
System\Windows\Forms\UserControl.cs (1)
299
base.
OnMouseDown
(e);
System.Windows.Forms.Design (4)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
307
base.
OnMouseDown
(me);
System\Windows\Forms\Design\ComponentTray.cs (2)
1226
base.
OnMouseDown
(e);
2149
base.
OnMouseDown
(me);
System\Windows\Forms\Design\TabOrder.cs (1)
574
base.
OnMouseDown
(e);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.cs (1)
1324
public new void OnMouseDown(MouseEventArgs e) => base.
OnMouseDown
(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2373
public new void OnMouseDown(MouseEventArgs e) => base.
OnMouseDown
(e);
System\Windows\Forms\ScrollBarTests.cs (1)
3232
public new void OnMouseDown(MouseEventArgs e) => base.
OnMouseDown
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4600
public new void OnMouseDown(MouseEventArgs e) => base.
OnMouseDown
(e);