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