5 instantiations of SmallControl
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollableControlTests.cs (5)
2503
yield return new object[] { true, true, false, new Size(70, 80), new
SmallControl
(), new Rectangle(0, 0, 70, 80) };
2504
yield return new object[] { true, false, true, new Size(70, 80), new
SmallControl
(), new Rectangle(0, 0, 70, 80) };
2505
yield return new object[] { true, true, true, new Size(70, 80), new
SmallControl
(), new Rectangle(0, 0, 70, 80) };
2509
SmallControl childControl =
new
();
2518
SmallControl childControl =
new
();
3 references to SmallControl
System.Windows.Forms.Tests (3)
System\Windows\Forms\ScrollableControlTests.cs (3)
2509
SmallControl
childControl = new();
2518
SmallControl
childControl = new();
2537
if ((activeControl is LargeControl or
SmallControl
))