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