75 references to ScrollableControl
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
89public ContainerControl() : base()
System\Windows\Forms\Panels\Panel.cs (1)
26public Panel() : base()
System.Windows.Forms.Tests (73)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
192{ new ScrollableControl(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\DockPaddingEdgesTests.cs (23)
22using ScrollableControl owner = new() 41using ScrollableControl owner = new(); 60using ScrollableControl owner = new() 81using ScrollableControl owner = new() 103using ScrollableControl owner = new() 124using ScrollableControl owner = new() 146using ScrollableControl owner = new() 167using ScrollableControl owner = new() 189using ScrollableControl owner = new() 210using ScrollableControl owner = new() 232using ScrollableControl owner = new() 250ScrollableControl owner = new() 302using ScrollableControl owner = new() 314using ScrollableControl owner = new() 327using ScrollableControl owner = new() 343using ScrollableControl owner = new() 360using ScrollableControl owner = new() 371using ScrollableControl owner = new() 383using ScrollableControl owner = new() 404using ScrollableControl owner = new() 425using ScrollableControl owner = new() 446using ScrollableControl owner = new() 467using ScrollableControl owner = new()
System\Windows\Forms\HScrollPropertiesTests.cs (1)
10yield return new object[] { new ScrollableControl() };
System\Windows\Forms\Layout\LayoutEngineTests.cs (2)
14engine.InitLayout(new ScrollableControl(), BoundsSpecified.All); 35Assert.False(engine.Layout(new ScrollableControl(), new LayoutEventArgs(new Component(), "affectedProperty")));
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
181using ScrollableControl control = new(); 196using ScrollableControl control = new();
System\Windows\Forms\ScrollableControlTests.cs (21)
342using ScrollableControl control = new() 373using ScrollableControl control = new() 417using ScrollableControl control = new(); 441using ScrollableControl control = new(); 467using ScrollableControl control = new(); 475using ScrollableControl control = new() 492using ScrollableControl control = new(); 521using ScrollableControl control = new() 539using ScrollableControl control = new(); 572using ScrollableControl control = new() 616using ScrollableControl control = new() 658using ScrollableControl control = new(); 682using ScrollableControl control = new(); 792using ScrollableControl control = new(); 817using ScrollableControl control = new(); 855using ScrollableControl control = new() 870using ScrollableControl control = new() 2188using ScrollableControl control = new() 2208using ScrollableControl control = new(); 2235using ScrollableControl control = new() 2259using ScrollableControl control = new()
System\Windows\Forms\ScrollPropertiesTests.cs (22)
10yield return new object[] { new ScrollableControl() }; 33using ScrollableControl container = new(); 53using ScrollableControl container = new() 101using ScrollableControl container = new(); 117using ScrollableControl container = new() 150using ScrollableControl container = new(); 168using ScrollableControl container = new(); 184using ScrollableControl container = new() 217using ScrollableControl container = new(); 235using ScrollableControl container = new(); 281using ScrollableControl container = new(); 298using ScrollableControl container = new(); 315using ScrollableControl container = new() 340using ScrollableControl container = new(); 364using ScrollableControl container = new(); 383using ScrollableControl container = new() 425using ScrollableControl container = new(); 442using ScrollableControl container = new(); 468using ScrollableControl container = new() 511using ScrollableControl container = new(); 521using ScrollableControl container = new(); 541using ScrollableControl container = new()
System\Windows\Forms\VScrollPropertiesTests.cs (1)
11yield return new object[] { new ScrollableControl() };