1 write to buttonFlatAdapter
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonFlatAdapterTests.cs (1)
17
buttonFlatAdapter
= new(buttonBase);
3 references to buttonFlatAdapter
System.Windows.Forms.Tests (3)
System\Windows\Forms\ButtonFlatAdapterTests.cs (3)
50
Exception? exception = Record.Exception(() =>
buttonFlatAdapter
.PaintUp(e, state));
62
Exception? exception = Record.Exception(() =>
buttonFlatAdapter
.PaintDown(e, state));
74
Exception? exception = Record.Exception(() =>
buttonFlatAdapter
.PaintOver(e, state));