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