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