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