3 overrides of OnClick
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
805
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)
26 references to OnClick
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (2)
6521
toInvoke?.
OnClick
(e);
11553
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)
1657
OnClick
(new MouseEventArgs(MouseButtons.Left, 1, PARAM.ToPoint(m.LParamInternal)));
3711
OnClick
(new MouseEventArgs(MouseButtons.Left, 1, PARAM.ToPoint(m.LParamInternal)));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
5880
OnClick
(me);
16363
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)
6651
OnClick
(EventArgs.Empty);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1478
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)
1250
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\DateTimePickerTests.cs (1)
1066
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\GroupBoxTests.cs (1)
2357
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\ListBoxTests.cs (1)
6472
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\MonthCalendarTests.cs (1)
4792
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\ScrollBarTests.cs (1)
3220
public new void OnClick(EventArgs e) => base.
OnClick
(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4564
public new void OnClick(EventArgs e) => base.
OnClick
(e);
TextBoxBaseTests.cs (1)
7749
public new void OnClick(EventArgs e) => base.
OnClick
(e);
TrackBarTests.cs (1)
3342
public new void OnClick(EventArgs e) => base.
OnClick
(e);