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