75 references to ScrollableControl
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
88public ContainerControl() : base()
System\Windows\Forms\Panels\Panel.cs (1)
26public Panel() : base()
System.Windows.Forms.Tests (73)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
296{ new ScrollableControl(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\DockPaddingEdgesTests.cs (23)
24using ScrollableControl owner = new() 43using ScrollableControl owner = new(); 62using ScrollableControl owner = new() 83using ScrollableControl owner = new() 105using ScrollableControl owner = new() 126using ScrollableControl owner = new() 148using ScrollableControl owner = new() 169using ScrollableControl owner = new() 191using ScrollableControl owner = new() 212using ScrollableControl owner = new() 234using ScrollableControl owner = new() 252ScrollableControl owner = new() 304using ScrollableControl owner = new() 316using ScrollableControl owner = new() 329using ScrollableControl owner = new() 345using ScrollableControl owner = new() 362using ScrollableControl owner = new() 373using ScrollableControl owner = new() 385using ScrollableControl owner = new() 406using ScrollableControl owner = new() 427using ScrollableControl owner = new() 448using ScrollableControl owner = new() 469using ScrollableControl owner = new()
System\Windows\Forms\HScrollPropertiesTests.cs (1)
12yield return new object[] { new ScrollableControl() };
System\Windows\Forms\Layout\LayoutEngineTests.cs (2)
16engine.InitLayout(new ScrollableControl(), BoundsSpecified.All); 37Assert.False(engine.Layout(new ScrollableControl(), new LayoutEventArgs(new Component(), "affectedProperty")));
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
183using ScrollableControl control = new(); 198using ScrollableControl control = new();
System\Windows\Forms\ScrollableControlTests.cs (21)
344using ScrollableControl control = new() 375using ScrollableControl control = new() 419using ScrollableControl control = new(); 443using ScrollableControl control = new(); 469using ScrollableControl control = new(); 477using ScrollableControl control = new() 494using ScrollableControl control = new(); 523using ScrollableControl control = new() 541using ScrollableControl control = new(); 574using ScrollableControl control = new() 618using ScrollableControl control = new() 660using ScrollableControl control = new(); 684using ScrollableControl control = new(); 794using ScrollableControl control = new(); 819using ScrollableControl control = new(); 857using ScrollableControl control = new() 872using ScrollableControl control = new() 2190using ScrollableControl control = new() 2210using ScrollableControl control = new(); 2237using ScrollableControl control = new() 2261using ScrollableControl control = new()
System\Windows\Forms\ScrollPropertiesTests.cs (22)
12yield return new object[] { new ScrollableControl() }; 35using ScrollableControl container = new(); 55using ScrollableControl container = new() 103using ScrollableControl container = new(); 119using ScrollableControl container = new() 152using ScrollableControl container = new(); 170using ScrollableControl container = new(); 186using ScrollableControl container = new() 219using ScrollableControl container = new(); 237using ScrollableControl container = new(); 283using ScrollableControl container = new(); 300using ScrollableControl container = new(); 317using ScrollableControl container = new() 342using ScrollableControl container = new(); 366using ScrollableControl container = new(); 385using ScrollableControl container = new() 427using ScrollableControl container = new(); 444using ScrollableControl container = new(); 470using ScrollableControl container = new() 513using ScrollableControl container = new(); 523using ScrollableControl container = new(); 543using ScrollableControl container = new()
System\Windows\Forms\VScrollPropertiesTests.cs (1)
13yield return new object[] { new ScrollableControl() };