2 implementations of PerformClick
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Button.cs (1)
346public void PerformClick() {
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1512void IButtonControl.PerformClick() {
3 references to PerformClick
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1274((IButtonControl)this).PerformClick();
winforms\Managed\System\WinForms\Form.cs (2)
5326button.PerformClick(); 5342button.PerformClick();