4 overrides of OnClick
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
805
protected override void
OnClick
(EventArgs e)
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
28
protected override void
OnClick
(EventArgs e)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
452
protected override void
OnClick
(EventArgs e)
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
50
protected override void
OnClick
(EventArgs e)
27 references to OnClick
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
6560
toInvoke?.
OnClick
(e);
11584
OnClick
(new MouseEventArgs(button, clicks, location));
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
807
base.
OnClick
(e);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1658
OnClick
(new MouseEventArgs(MouseButtons.Left, 1, PARAM.ToPoint(m.LParamInternal)));
3712
OnClick
(new MouseEventArgs(MouseButtons.Left, 1, PARAM.ToPoint(m.LParamInternal)));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
5879
OnClick
(me);
16381
OnClick
(e);
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
30
base.
OnClick
(e);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
455
base.
OnClick
(e);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2426
OnClick
(new MouseEventArgs(MouseButtons.Left, 1, point));
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6655
OnClick
(EventArgs.Empty);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1470
OnClick
(mevent);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
3049
OnClick
(new MouseEventArgs(button, 1, pos.X, pos.Y, 0));
3326
OnClick
(new MouseEventArgs(_downButton, 1, point));
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
700
OnClick
(mevent);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
230
_parent.
OnClick
(me);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
70
_parent.
OnClick
(me);
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
52
base.
OnClick
(e);
System.Windows.Forms.Tests (9)
System\Windows\Forms\ControlTests.cs (1)
1252
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\DateTimePickerTests.cs (1)
1068
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2359
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\ListBoxTests.cs (1)
6474
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\MonthCalendarTests.cs (1)
4794
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\ScrollBarTests.cs (1)
3222
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4566
public new void OnClick(EventArgs e) => base.
OnClick
(e);
TextBoxBaseTests.cs (1)
7751
public new void OnClick(EventArgs e) => base.
OnClick
(e);
TrackBarTests.cs (1)
3344
public new void OnClick(EventArgs e) => base.
OnClick
(e);