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