1 write to adapter
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonPopupAdapterTests.cs (1)
18
adapter
= new(button);
3 references to adapter
System.Windows.Forms.Tests (3)
System\Windows\Forms\ButtonPopupAdapterTests.cs (3)
52
Exception? exception = Record.Exception(() =>
adapter
.PaintUp(e, state));
65
Exception? exception = Record.Exception(() =>
adapter
.PaintOver(e, state));
78
Exception? exception = Record.Exception(() =>
adapter
.PaintDown(e, state));