2 writes to PerformClickAction
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonBaseTests.cs (2)
8329
control.
PerformClickAction
= () => performCallCount++;
8410
control.
PerformClickAction
= () => performCallCount++;
1 reference to PerformClickAction
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonBaseTests.cs (1)
9264
public void PerformClick() =>
PerformClickAction
();