1 instantiation of SubPaintEventArgs
System.Windows.Forms.Tests (1)
System\Windows\Forms\PaintEventArgsTests.cs (1)
53
using SubPaintEventArgs e =
new
(graphics, new Rectangle(1, 2, 3, 4));
1 reference to SubPaintEventArgs
System.Windows.Forms.Tests (1)
System\Windows\Forms\PaintEventArgsTests.cs (1)
53
using
SubPaintEventArgs
e = new(graphics, new Rectangle(1, 2, 3, 4));