3 instantiations of SubWin32Window
System.Windows.Forms.Tests (3)
System\Windows\Forms\PopupEventArgsTests.cs (3)
13
yield return new object[] { new
SubWin32Window
(), new Button(), true, new Size(1, 2) };
14
yield return new object[] { new
SubWin32Window
(), new Button(), true, new Size(-1, -2) };
40
PopupEventArgs e = new(new
SubWin32Window
(), new Button(), true, new Size(1, 2))