1 override of OnMouseClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15856
protected override void
OnMouseClick
(MouseEventArgs e)
17 references to OnMouseClick
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
8449
/// Raises the <see cref="
OnMouseClick
"/> event.
12425
OnMouseClick
(new MouseEventArgs(button, clicks, location));
System\Windows\Forms\Controls\Buttons\Button.cs (1)
247
OnMouseClick
(mevent);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
676
OnMouseClick
(mevent);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
615
OnMouseClick
(mevent);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1733
OnMouseClick
(new MouseEventArgs(MouseButtons.Left, 1, PARAM.ToPoint(m.LParamInternal)));
3907
OnMouseClick
(new MouseEventArgs(MouseButtons.Left, 1, PARAM.ToPoint(m.LParamInternal)));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
15895
base.
OnMouseClick
(e);
15904
base.
OnMouseClick
(e);
15943
base.
OnMouseClick
(e);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2427
OnMouseClick
(new MouseEventArgs(MouseButtons.Left, 1, point));
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6719
OnMouseClick
(new MouseEventArgs(button, 1, pos.X, pos.Y, 0));
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1911
OnMouseClick
(mevent);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
3253
OnMouseClick
(new MouseEventArgs(button, 1, pos.X, pos.Y, 0));
3530
OnMouseClick
(new MouseEventArgs(_downButton, 1, point));
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
788
OnMouseClick
(mevent);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
84
_parent.
OnMouseClick
(me);