2038 references to Control
InteractiveHost32 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
42
control = new
Control
();
InteractiveHost64 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
42
control = new
Control
();
Microsoft.VisualBasic.Forms.Tests (4)
System\Windows\Forms\CompilerServices.TestVbHost.vb (1)
16
Private ReadOnly _testControl As New
Control
()
System\Windows\Forms\ControlInvokeTests.vb (3)
22
Using _control As New
Control
53
Using _control As New
Control
83
Using _control As New
Control
System.Windows.Forms (19)
System\Windows\Forms\ActiveX\AxHost.cs (1)
179
:
base
()
System\Windows\Forms\Control.cs (1)
400
public Control(Control? parent, string? text) :
this
()
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
110
public DateTimePicker() :
base
()
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
28
public GroupBox() :
base
()
System\Windows\Forms\Controls\Labels\Label.cs (1)
63
public Label() :
base
()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
214
public ListView() :
base
()
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
133
public MonthCalendar() :
base
()
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
38
public ProgressBar() :
base
()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
117
:
base
()
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
47
public Splitter() :
base
()
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
80
:
base
()
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
89
internal TextBoxBase() :
base
()
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
53
public TrackBar() :
base
()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
155
:
base
()
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
33
internal UpDownButtons(UpDownBase parent) :
base
()
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
70
internal WebBrowserBase(string clsidString) :
base
()
System\Windows\Forms\MDI\MDIClient.cs (1)
29
public MdiClient() :
base
()
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
58
public ScrollableControl() :
base
()
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
32
public ScrollBar() :
base
()
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (1)
105
_marshalingControl = new
Control
();
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
183
private Control DropSource => _dropSource ??= new
Control
();
System\Windows\Forms\Design\SelectionUIService.cs (1)
60
public SelectionUIService(IDesignerHost host) :
base
()
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
41
_dropSource ??= new
Control
();
System.Windows.Forms.Design.Tests (44)
ControlDesignerTests.cs (4)
201
using Control childControl =
new
();
218
using Control childControl =
new
();
340
{ "Parent", new
Control
() }
360
{ nameof(mockParentDesigner.Object.Component), new
Control
() }
SplitContainerDesignerTests.cs (1)
43
using Control control =
new
();
System\ComponentModel\Design\ByteViewerTests.cs (14)
310
yield return new object[] { new LayoutEventArgs(new
Control
(), null) };
311
yield return new object[] { new LayoutEventArgs(new
Control
(), string.Empty) };
312
yield return new object[] { new LayoutEventArgs(new
Control
(), "ChildIndex") };
313
yield return new object[] { new LayoutEventArgs(new
Control
(), "Visible") };
314
yield return new object[] { new LayoutEventArgs(new
Control
(), "Items") };
315
yield return new object[] { new LayoutEventArgs(new
Control
(), "Rows") };
316
yield return new object[] { new LayoutEventArgs(new
Control
(), "Columns") };
317
yield return new object[] { new LayoutEventArgs(new
Control
(), "RowStyles") };
318
yield return new object[] { new LayoutEventArgs(new
Control
(), "ColumnStyles") };
319
yield return new object[] { new LayoutEventArgs(new
Control
(), "TableIndex") };
320
yield return new object[] { new LayoutEventArgs(new
Control
(), "GrowStyle") };
321
yield return new object[] { new LayoutEventArgs(new
Control
(), "CellBorderStyle") };
322
yield return new object[] { new LayoutEventArgs(new
Control
(), "LayoutSettings") };
323
yield return new object[] { new LayoutEventArgs(new
Control
(), "NoSuchProperty") };
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollectionTests.cs (13)
18
_control =
new
();
62
using Control control =
new
();
70
using Control control1 =
new
();
71
using Control control2 =
new
();
80
using Control control =
new
();
107
using Control control =
new
();
115
using Control control =
new
();
116
using Control anotherControl =
new
();
126
using Control control =
new
();
135
using Control control =
new
();
144
using Control control =
new
();
152
using Control control =
new
();
161
using Control control =
new
();
System\Windows\Forms\Design\DesignerToolStripControlHostTests.cs (1)
13
using Control control =
new
();
System\Windows\Forms\Design\EventHandlerServiceTests.cs (1)
14
using Control focusWnd =
new
();
System\Windows\Forms\Design\InheritanceUITests.cs (3)
25
_control = new
Control
{ Parent = _form };
26
_childControl = new
Control
{ Parent = _control };
27
_sitedChildControl = new
Control
{ Parent = _control, Site = new Mock<ISite>().Object };
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (4)
14
using Control control =
new
();
28
using Control control =
new
();
46
using Control control =
new
();
60
using Control control =
new
();
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
68
using Control control =
new
();
SystemDesignMetadataReader.cs (1)
17
IDesigner designer = designSurface.CreateDesigner(new
Control
(), true);
TestControlDesigner.Mocks.cs (1)
14
internal readonly Control _control =
new
();
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
490
using Control control =
new
();
System.Windows.Forms.Tests (1962)
System\Windows\Forms\AccessibleObjects\AccessibleObjectTests.cs (8)
544
using Control first =
new
();
545
using Control second =
new
();
572
using Control control =
new
();
631
using Control control =
new
();
697
using Control control =
new
();
716
using Control control =
new
();
735
using Control control =
new
();
2161
using Control control =
new
();
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (54)
50
using Control ownerControl =
new
();
74
using Control ownerControl =
new
();
115
using Control ownerControl =
new
();
134
using Control ownerControl =
new
();
153
using Control ownerControl =
new
();
168
using Control ownerControl =
new
();
187
using Control ownerControl =
new
()
199
using Control ownerControl =
new
()
218
using Control ownerControl =
new
()
245
using Control control =
new
();
253
using Control ownerControl =
new
();
272
using Control ownerControl =
new
();
342
using Control parent =
new
();
423
using Control previousControl =
new
()
448
using Control previousControl =
new
()
473
using Control previousControl =
new
()
542
using Control parent =
new
();
663
using Control previousControl =
new
()
689
using Control previousControl =
new
()
715
using Control previousControl =
new
()
734
using Control ownerControl =
new
();
823
using Control ownerControl =
new
()
835
using Control ownerControl =
new
();
853
using Control ownerControl =
new
();
869
using Control ownerControl =
new
();
877
using Control ownerControl =
new
();
885
using Control child =
new
();
886
using Control ownerControl =
new
();
898
using Control ownerControl =
new
();
906
using Control ownerControl =
new
();
935
using Control ownerControl =
new
();
980
using Control ownerControl =
new
();
991
using Control ownerControl =
new
();
1000
using Control ownerControl =
new
();
1009
using Control ownerControl =
new
();
1020
using Control ownerControl =
new
();
1031
using Control ownerControl =
new
();
1047
using Control ownerControl =
new
();
1057
using Control ownerControl =
new
();
1076
using Control ownerControl =
new
();
1094
using Control ownerControl =
new
();
1102
using Control ownerControl =
new
();
1117
using Control ownerControl =
new
();
1136
using Control ownerControl =
new
();
1153
using Control ownerControl =
new
();
1164
using Control ownerControl =
new
();
1173
using Control ownerControl =
new
();
1184
using Control child =
new
();
1185
using Control ownerControl =
new
();
1204
using Control ownerControl =
new
();
1213
using Control control =
new
();
1395
using Control control =
new
();
1599
using Control ownerControl =
new
() { Name = "test name" };
1617
using Control control =
new
();
System\Windows\Forms\AccessibleObjects\ErrorProvider.ControlItem.ControlItemAccessibleObjectTests.cs (11)
31
using Control control =
new
();
43
using Control parentControl =
new
();
44
using Control control =
new
();
63
using Control control =
new
();
78
using Control control =
new
();
117
using Control control =
new
();
144
using Control control =
new
();
184
using Control control =
new
();
211
using Control control =
new
();
226
using Control control =
new
();
259
using Control control =
new
();
System\Windows\Forms\AccessibleObjects\ErrorProvider.ErrorWindow.ErrorWindowAccessibleObjectTests.cs (6)
90
using Control control =
new
();
104
using Control control =
new
();
121
using Control control =
new
();
143
using Control control =
new
();
161
using Control control =
new
();
180
using Control control =
new
();
System\Windows\Forms\AccessibleObjects\ErrorProviderAccessibleObjectTests.cs (2)
27
_control1 = new
Control
();
31
_control2 = new
Control
();
System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripControlHostAccessibleObjectTests.cs (5)
20
using Control control =
new
();
32
using Control control =
new
();
44
using Control control =
new
();
57
using Control control =
new
();
70
using Control control =
new
();
System\Windows\Forms\Application.ParkingWindowTests.cs (5)
78
using Control control =
new
();
113
using Control control =
new
();
146
using Control control =
new
();
179
using Control control =
new
();
190
using Control systemControl =
new
();
System\Windows\Forms\ApplicationTests.cs (1)
247
using Control control =
new
();
System\Windows\Forms\AxHostTests.cs (11)
349
Control parent =
new
()
388
Control parent =
new
();
466
Control child1 =
new
();
467
Control child2 =
new
();
490
Control child1 =
new
()
494
Control child2 =
new
()
1304
using Control parent =
new
();
1321
using Control parent =
new
();
1350
using Control parent =
new
();
1821
using Control parent =
new
();
2118
using Control parent =
new
();
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
167
{ new
Control
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\BindingContextTests.cs (1)
991
Control control =
new
();
System\Windows\Forms\ButtonBaseTests.cs (22)
1137
using Control parent =
new
();
1308
using Control parent =
new
();
1548
using Control parent =
new
();
1715
using Control parent =
new
();
1885
using Control parent =
new
();
1989
using Control parent =
new
();
2801
yield return new object[] { enabled, visible, image, new
Control
() };
2865
using Control oldParent =
new
();
2889
using Control parent =
new
();
2990
using Control parent =
new
();
3075
using Control parent =
new
();
3170
using Control parent =
new
();
3315
using Control parent =
new
();
3431
using Control parent =
new
();
3549
using Control parent =
new
();
3658
using Control parent =
new
();
3759
using Control parent =
new
();
3856
using Control parent =
new
();
3969
using Control parent =
new
();
4085
using Control parent =
new
();
7188
using Control parent =
new
();
7290
using Control parent =
new
();
System\Windows\Forms\ButtonTests.cs (10)
297
using Control parent =
new
();
445
using Control parent =
new
();
791
using Control parent =
new
();
886
using Control parent =
new
();
1935
using Control parent =
new
()
2017
using Control parent =
new
()
2922
using Control parent =
new
();
3024
using Control parent =
new
();
3119
using Control parent =
new
()
3197
using Control parent =
new
()
System\Windows\Forms\CommonDialogTests.cs (4)
153
using Control owner =
new
();
174
using Control owner =
new
();
188
using Control owner =
new
();
210
using Control owner =
new
();
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
156
using Control control =
new
();
System\Windows\Forms\ContainerControlTests.cs (20)
150
using Control child =
new
();
151
Control grandchild =
new
();
176
Assert.Throws<ArgumentException>("value", () => control.ActiveControl = new
Control
());
200
using Control child =
new
();
562
using Control child =
new
();
613
using Control child =
new
();
794
using Control child1 =
new
();
795
using Control grandchild1 =
new
();
798
using Control grandchild2 =
new
();
1020
using Control child1 =
new
();
1021
using Control grandchild1 =
new
();
1024
using Control grandchild2 =
new
();
1254
using Control child1 =
new
();
1255
using Control child2 =
new
();
1284
using Control child1 =
new
();
1285
using Control child2 =
new
();
1315
using Control control =
new
();
1340
using Control control =
new
();
1365
using Control control =
new
();
1381
using Control control =
new
();
System\Windows\Forms\Control.ActiveXImplTests.cs (1)
19
using Control control =
new
();
System\Windows\Forms\ControlBindingsCollectionTests.cs (26)
17
Control control =
new
();
38
using Control control =
new
();
57
using Control control =
new
();
69
using Control control =
new
();
124
using Control control =
new
();
141
using Control control =
new
();
158
using Control control =
new
();
175
using Control control =
new
();
192
using Control control =
new
();
209
using Control control =
new
();
226
using Control control =
new
();
239
using Control control =
new
();
253
using Control control =
new
();
270
using Control control =
new
();
278
using Control control =
new
();
289
using Control control1 =
new
();
290
using Control control2 =
new
();
302
using Control control =
new
();
322
using Control control =
new
();
338
using Control control =
new
();
350
using Control control =
new
();
363
using Control control1 =
new
();
364
using Control control2 =
new
();
380
using Control control =
new
();
398
using Control control =
new
();
411
using Control control =
new
();
System\Windows\Forms\ControlTests.ControlCollection.cs (202)
17
using Control owner =
new
();
34
using Control owner =
new
();
35
using Control control1 =
new
();
36
using Control control2 =
new
();
108
using Control owner =
new
();
109
using Control control1 =
new
();
110
using Control control2 =
new
();
185
using Control owner1 =
new
();
186
using Control owner2 =
new
();
187
using Control control =
new
();
224
using Control owner =
new
();
329
using Control owner =
new
();
330
using Control control =
new
()
358
using Control owner =
new
();
359
using Control control =
new
()
387
using Control owner =
new
();
388
using Control control =
new
()
426
using Control owner =
new
();
427
using Control control =
new
()
465
using Control owner =
new
();
466
using Control child1 =
new
();
467
using Control child2 =
new
();
543
using Control owner =
new
();
544
using Control control =
new
();
586
using Control owner =
new
();
587
using Control control =
new
();
641
using Control owner =
new
();
642
using Control control =
new
();
791
using Control owner =
new
();
792
using Control control =
new
();
944
using Control owner =
new
();
1017
using Control owner =
new
();
1111
using Control owner =
new
();
1126
owner = new
Control
();
1132
using Control control =
new
();
1150
control = new
Control
();
1156
using Control owner =
new
();
1169
using Control owner =
new
();
1177
using Control parent =
new
();
1178
using Control owner =
new
()
1189
using Control grandparent =
new
();
1190
using Control parent =
new
()
1194
using Control owner =
new
()
1205
using Control owner =
new
();
1206
using Control child1 =
new
();
1207
using Control child2 =
new
();
1208
using Control child3 =
new
();
1277
using Control owner =
new
();
1285
using Control owner =
new
();
1286
using Control child1 =
new
();
1287
using Control child2 =
new
();
1288
using Control child3 =
new
();
1335
using Control owner =
new
();
1336
using Control child1 =
new
();
1337
using Control child2 =
new
();
1338
using Control child3 =
new
();
1378
using Control owner =
new
();
1380
using Control child1 =
new
();
1381
using Control child2 =
new
();
1387
Assert.False(collection.Contains(new
Control
()));
1403
using Control owner =
new
();
1404
using Control child1 =
new
()
1408
using Control child2 =
new
()
1412
using Control child3 =
new
()
1435
using Control owner =
new
();
1436
using Control child1 =
new
()
1440
using Control child2 =
new
()
1444
using Control child3 =
new
()
1448
using Control grandchild1 =
new
()
1452
using Control grandchild2 =
new
()
1456
using Control grandchild3 =
new
()
1488
using Control owner =
new
();
1489
using Control child1 =
new
()
1493
using Control child2 =
new
()
1497
using Control child3 =
new
()
1514
using Control owner =
new
();
1523
using Control owner =
new
();
1525
using Control child1 =
new
();
1526
using Control child2 =
new
();
1537
using Control owner =
new
();
1539
using Control child1 =
new
();
1540
using Control child2 =
new
();
1551
using Control owner =
new
();
1553
using Control child1 =
new
();
1554
using Control child2 =
new
();
1560
Assert.Equal(-1, collection.GetChildIndex(new
Control
(), throwException: false));
1566
yield return new object[] { new
Control
() };
1574
using Control owner =
new
();
1576
using Control child1 =
new
();
1577
using Control child2 =
new
();
1588
using Control owner =
new
();
1609
using Control owner =
new
();
1610
using Control child1 =
new
();
1611
using Control child2 =
new
();
1612
using Control child3 =
new
();
1648
using Control owner =
new
();
1649
using Control child =
new
();
1671
using Control owner =
new
();
1672
using Control child1 =
new
();
1673
using Control child2 =
new
();
1674
using Control child3 =
new
();
1704
using Control owner =
new
();
1705
using Control child1 =
new
();
1706
using Control child2 =
new
();
1707
using Control child3 =
new
();
1744
using Control owner =
new
();
1746
using Control child1 =
new
();
1747
using Control child2 =
new
();
1753
Assert.Equal(-1, collection.IndexOf(new
Control
()));
1769
using Control owner =
new
();
1770
using Control child1 =
new
()
1774
using Control child2 =
new
()
1778
using Control child3 =
new
()
1802
using Control owner =
new
();
1803
using Control child1 =
new
()
1807
using Control child2 =
new
()
1811
using Control child3 =
new
()
1838
using Control owner =
new
();
1839
using Control child1 =
new
()
1843
using Control child2 =
new
()
1847
using Control child3 =
new
()
1868
using Control owner =
new
();
1869
using Control child1 =
new
();
1870
using Control child2 =
new
();
1871
using Control child3 =
new
();
1890
using Control owner =
new
();
1901
using Control owner =
new
();
1902
using Control child =
new
();
1913
using Control owner =
new
();
1914
using Control child1 =
new
();
1915
using Control child2 =
new
();
1976
using Control child1 =
new
();
1977
using Control child2 =
new
();
2042
using Control owner =
new
();
2043
using Control child1 =
new
();
2044
using Control child2 =
new
();
2118
using Control owner =
new
();
2119
using Control child1 =
new
();
2120
using Control child2 =
new
();
2209
using Control owner1 =
new
();
2210
using Control owner2 =
new
();
2211
using Control control1 =
new
();
2212
using Control control2 =
new
();
2213
using Control control3 =
new
();
2237
using Control owner =
new
();
2238
using Control control =
new
();
2283
using Control owner =
new
();
2284
using Control control =
new
();
2341
using Control owner =
new
();
2342
using Control control =
new
();
2485
using Control owner =
new
();
2486
using Control control =
new
();
2617
using Control owner =
new
();
2681
using Control owner =
new
();
2767
using Control owner =
new
();
2768
using Control child1 =
new
();
2769
using Control child2 =
new
();
2845
using Control owner =
new
();
2846
using Control child1 =
new
();
2847
using Control child2 =
new
();
2903
using Control owner =
new
();
2914
using Control owner =
new
();
2915
using Control child =
new
();
2928
using Control owner =
new
();
2929
using Control child1 =
new
()
2933
using Control child2 =
new
()
2937
using Control child3 =
new
()
3004
using Control owner =
new
();
3005
using Control child1 =
new
()
3009
using Control child2 =
new
()
3013
using Control child3 =
new
()
3035
using Control owner =
new
();
3036
using Control child1 =
new
();
3037
using Control child2 =
new
();
3038
using Control child3 =
new
();
3103
using Control owner =
new
();
3104
using Control child1 =
new
();
3105
using Control child2 =
new
();
3106
using Control child3 =
new
();
3158
using Control owner =
new
();
3159
using Control child1 =
new
();
3160
using Control child2 =
new
();
3161
using Control child3 =
new
();
3237
using Control owner =
new
();
3238
using Control child1 =
new
();
3239
using Control child2 =
new
();
3240
using Control child3 =
new
();
3331
using Control owner =
new
();
3333
using Control child2 =
new
();
3334
using Control child3 =
new
();
3411
using Control owner =
new
();
3419
using Control owner =
new
();
3420
using Control child =
new
();
3431
using Control owner =
new
();
3432
using Control control1 =
new
();
3433
using Control control2 =
new
();
3505
using Control owner =
new
();
3514
using Control owner =
new
();
3515
using Control child1 =
new
();
3516
using Control child2 =
new
();
3576
using Control owner =
new
();
3588
_layoutEngine = new
Control
().LayoutEngine;
System\Windows\Forms\ControlTests.cs (7)
289
yield return new object[] { new
Control
(), string.Empty, string.Empty };
290
yield return new object[] { new
Control
(), "text", "text" };
385
yield return new object[] { new
Control
(), string.Empty, 0, 0, 0, 0, string.Empty };
386
yield return new object[] { new
Control
(), "text", 1, 2, 3, 4, "text" };
571
using Control parent =
new
();
596
using Control parent =
new
();
1123
public SubControl() :
base
()
System\Windows\Forms\ControlTests.Handlers.cs (53)
131
using Control child1 =
new
();
132
using Control child2 =
new
();
178
using Control child1 =
new
()
182
using Control child2 =
new
()
326
using Control child1 =
new
();
327
using Control child2 =
new
();
377
using Control child1 =
new
()
381
using Control child2 =
new
()
507
using Control child1 =
new
();
508
using Control child2 =
new
();
554
using Control child1 =
new
()
558
using Control child2 =
new
()
655
using Control child1 =
new
();
656
using Control child2 =
new
();
704
using Control child1 =
new
()
708
using Control child2 =
new
()
1013
yield return new object[] { new ControlEventArgs(new
Control
()) };
1105
using Control child1 =
new
();
1106
using Control child2 =
new
();
1154
using Control child1 =
new
()
1158
using Control child2 =
new
()
1502
using Control child1 =
new
();
1503
using Control child2 =
new
();
1549
using Control child1 =
new
()
1553
using Control child2 =
new
()
1737
using Control child1 =
new
();
1738
using Control child2 =
new
();
1786
using Control child1 =
new
()
1790
using Control child2 =
new
()
1958
using Control child1 =
new
();
1959
using Control child2 =
new
();
2005
using Control child1 =
new
()
2009
using Control child2 =
new
()
2617
Control parent =
new
();
2677
Control parent =
new
();
3135
using Control parent =
new
();
3889
Control control =
new
()
3930
Control control =
new
()
4107
using Control parent =
new
()
5029
using Control child1 =
new
();
5030
using Control child2 =
new
()
5079
using Control child1 =
new
()
5083
using Control child2 =
new
()
5360
using Control child1 =
new
();
5361
using Control child2 =
new
();
5578
using Control parent =
new
();
5665
using Control parent =
new
();
5719
using Control grandchild1 =
new
();
5720
using Control child1 =
new
();
5721
using Control child2 =
new
();
5795
using Control grandchild1 =
new
();
5796
using Control child1 =
new
()
5800
using Control child2 =
new
()
System\Windows\Forms\ControlTests.Internals.cs (39)
14
using Control control =
new
();
26
using Control control =
new
()
38
using Control control =
new
()
53
using Control control =
new
()
72
using Control control =
new
()
91
using Control control =
new
();
109
using Control control =
new
()
150
using Control control =
new
()
162
using Control control =
new
()
174
using Control control =
new
();
186
using Control control =
new
();
198
using Control control =
new
();
206
using Control control =
new
();
207
Control parent =
new
();
218
using Control control =
new
();
220
Control parent =
new
();
230
using Control control =
new
();
239
using Control control =
new
()
251
using Control control =
new
()
263
using Control control =
new
();
264
Control parent =
new
();
275
using Control control =
new
();
285
using Control control =
new
();
286
Control first =
new
()
290
Control second =
new
()
294
Control third =
new
()
320
using Control control =
new
();
321
Control first =
new
()
325
Control second =
new
()
329
Control third =
new
()
349
using Control control =
new
();
350
Control first =
new
()
354
Control second =
new
()
358
Control third =
new
()
377
using Control control =
new
();
378
Control first =
new
()
382
Control second =
new
()
386
Control third =
new
()
405
using Control control =
new
();
System\Windows\Forms\ControlTests.Methods.cs (184)
135
using Control parent =
new
();
136
using Control child1 =
new
();
137
using Control child2 =
new
();
177
using Control parent =
new
();
178
using Control child1 =
new
();
179
using Control child2 =
new
();
232
using Control parent =
new
();
233
using Control child1 =
new
();
234
using Control child2 =
new
();
299
using Control parent =
new
();
301
using Control child2 =
new
();
504
using Control parent =
new
();
565
using Control control =
new
()
691
using Control parent =
new
();
779
using Control parent =
new
();
780
using Control control =
new
()
784
using Control child1 =
new
()
788
using Control child2 =
new
()
792
using Control grandchild1 =
new
()
796
using Control otherParent =
new
();
797
using Control otherControl =
new
()
801
using Control emptyControl =
new
();
844
using Control parent =
new
();
974
using Control control =
new
();
1019
using Control parent =
new
();
1022
using Control control =
new
()
1072
using Control control =
new
();
1073
using Control child1 =
new
();
1074
using Control child2 =
new
();
1150
using Control control =
new
();
1197
using Control control =
new
();
1829
using Control control =
new
();
1839
using Control control =
new
();
1858
using Control control =
new
();
1966
using Control control =
new
();
1975
using Control control =
new
();
2093
using Control control =
new
();
2113
using Control control =
new
();
2127
using Control control =
new
();
2134
using Control grandparent =
new
();
2135
using Control parent =
new
()
2139
using Control control =
new
()
2156
using Control parent =
new
()
2160
using Control control =
new
()
2177
using Control control =
new
()
2195
using Control parent =
new
()
2199
using Control control =
new
()
2217
using Control parent =
new
()
2221
using Control control =
new
()
2238
using Control cont =
new
();
2239
using Control first =
new
()
2243
using Control second =
new
()
2247
using Control third =
new
()
2266
using Control cont =
new
();
2267
using Control first =
new
()
2271
using Control second =
new
()
2275
using Control third =
new
()
2294
using Control cont =
new
();
2295
using Control first =
new
()
2299
using Control second =
new
()
2303
using Control third =
new
()
2322
using Control cont =
new
();
2323
using Control first =
new
()
2327
using Control second =
new
()
2331
using Control third =
new
()
2360
using Control control =
new
();
2373
using Control control =
new
()
2412
using Control control =
new
()
2561
.Returns(new
Control
());
2897
using Control control =
new
()
2912
using Control control =
new
()
2988
_layoutEngine = new
Control
().LayoutEngine;
3787
using Control control =
new
();
3812
using Control control =
new
();
3838
using Control control =
new
();
3867
using Control control =
new
();
3901
using Control control =
new
();
3937
using Control control =
new
();
3970
using Control control =
new
();
4003
using Control control =
new
();
4029
using Control control =
new
();
4056
using Control control =
new
();
4091
using Control control =
new
();
4121
using Control control =
new
();
4163
using Control control =
new
();
4172
using Control control =
new
();
4184
using Control otherControl =
new
();
4308
using Control otherControlParent =
new
();
4360
using Control otherControl =
new
();
4763
using Control control =
new
();
4817
using Control parent =
new
();
4818
using Control control =
new
()
4852
using Control parent =
new
();
4946
control.PerformLayout(new
Control
(), "OtherAffectedProperty");
4950
control.PerformLayout(new
Control
(), "OtherAffectedProperty");
4969
using Control control =
new
();
5008
yield return new object[] { new
Control
(), string.Empty };
5009
yield return new object[] { new
Control
(), "AffectedProperty" };
5016
using Control control =
new
();
5072
using Control parent =
new
();
5073
using Control control =
new
()
5105
yield return new object[] { true, new
Control
(), string.Empty, 1 };
5106
yield return new object[] { true, new
Control
(), "AffectedProperty", 1 };
5109
yield return new object[] { false, new
Control
(), string.Empty, 0 };
5110
yield return new object[] { false, new
Control
(), "AffectedProperty", 0 };
5117
using Control parent =
new
();
5168
yield return new object[] { true, new
Control
(), string.Empty, 1 };
5169
yield return new object[] { true, new
Control
(), "AffectedProperty", 1 };
5172
yield return new object[] { false, new
Control
(), string.Empty, 0 };
5173
yield return new object[] { false, new
Control
(), "AffectedProperty", 0 };
5220
control.PerformLayout(new
Control
(), "OtherAffectedProperty");
5224
control.PerformLayout(new
Control
(), "OtherAffectedProperty");
5243
using Control control =
new
();
5270
control.PerformLayout(new
Control
(), "AffectedProperty");
5285
Assert.Throws<NullReferenceException>(() => control.PerformLayout(new
Control
(), "AffectedProperty"));
5363
using Control parent =
new
();
5540
using Control parent =
new
();
5593
using Control parent =
new
();
5641
using Control parent =
new
();
5741
using Control parent =
new
();
6032
using Control parent =
new
();
6240
using Control parent =
new
();
6326
using Control control =
new
();
6338
using Control control =
new
();
6379
using Control control =
new
();
6437
using Control control =
new
();
6457
using Control control =
new
();
6571
yield return new object[] { new
Control
(), string.Empty, true, 1 };
6572
yield return new object[] { new
Control
(), "AffectedProperty", true, 1 };
6575
yield return new object[] { new
Control
(), string.Empty, false, 0 };
6576
yield return new object[] { new
Control
(), "AffectedProperty", false, 0 };
6583
using Control control =
new
();
6611
using Control control =
new
();
6625
control.PerformLayout(new
Control
(), "AnotherAffectedProperty");
6641
using Control control =
new
();
6661
using Control control =
new
();
6691
using Control control =
new
();
6706
control.PerformLayout(new
Control
(), "AnotherAffectedProperty");
6722
using Control control =
new
();
6745
using Control child =
new
();
6774
using Control control =
new
();
6793
using Control child =
new
();
6820
using Control control =
new
();
7021
using Control parent =
new
();
7022
using Control child1 =
new
();
7023
using Control child2 =
new
();
7063
using Control parent =
new
();
7064
using Control child1 =
new
();
7065
using Control child2 =
new
();
7118
using Control parent =
new
();
7119
using Control child1 =
new
();
7120
using Control child2 =
new
();
7185
using Control parent =
new
();
7187
using Control child2 =
new
();
7306
using Control parent =
new
();
7679
using Control parent =
new
();
7936
using Control parent =
new
();
8536
using Control parent =
new
();
8793
using Control parent =
new
();
9333
using Control parent =
new
();
9631
using Control parent =
new
();
10117
using Control parent =
new
();
10220
using Control control =
new
()
10238
using Control control =
new
()
10269
using Control control =
new
();
10286
using Control control =
new
();
10316
using Control control =
new
();
10323
using Control control =
new
();
10335
using Control control =
new
();
11236
using Control parent =
new
();
11474
using Control parent =
new
();
11722
using Control parent =
new
();
11972
using Control parent =
new
();
12181
using Control parent =
new
();
12200
using Control parent =
new
();
12232
using Control parent =
new
();
12265
using Control parent =
new
();
12309
using Control parent =
new
();
12310
using Control child1 =
new
();
12356
using Control parent =
new
();
12545
using Control control =
new
();
12619
using Control control =
new
();
14240
using Control grandparent =
new
();
14328
using Control grandparent =
new
();
System\Windows\Forms\ControlTests.Properties.cs (362)
21
using Control control =
new
();
37
using Control control =
new
();
81
using Control control1 =
new
();
107
using Control control =
new
()
124
using Control control =
new
()
141
using Control control =
new
()
158
using Control control =
new
()
175
using Control control =
new
();
183
using Control control =
new
()
205
using Control control =
new
();
242
using Control control =
new
();
282
using Control control =
new
();
337
using Control control =
new
();
359
using Control control =
new
()
410
using Control parent =
new
();
411
using Control control =
new
()
455
using Control grandparent =
new
();
456
using Control parent =
new
()
460
using Control control =
new
()
556
using Control parent =
new
();
557
using Control control =
new
()
675
using Control grandparent =
new
();
676
using Control parent =
new
()
680
using Control control =
new
()
767
using Control control =
new
()
821
using Control parent =
new
();
822
using Control control =
new
()
869
using Control control =
new
();
904
using Control control =
new
()
919
using Control control =
new
();
946
using Control parent =
new
();
947
using Control control =
new
()
1001
using Control control =
new
()
1064
using Control control =
new
();
1107
using Control parent =
new
();
1108
using Control control =
new
()
1190
using Control control =
new
()
1229
using Control control =
new
()
1246
using Control control =
new
()
1289
using Control child1 =
new
();
1290
using Control child2 =
new
();
1291
using Control control =
new
();
1313
using Control child1 =
new
()
1317
using Control child2 =
new
()
1321
using Control control =
new
();
1349
using Control control =
new
();
1377
using Control control =
new
();
1412
using Control control =
new
();
1437
using Control child1 =
new
();
1438
using Control child2 =
new
();
1439
using Control control =
new
();
1517
using Control child1 =
new
()
1521
using Control child2 =
new
()
1525
using Control control =
new
();
1597
using Control control =
new
();
1605
using Control control =
new
();
1621
using Control control =
new
();
1637
using Control control =
new
()
1660
using Control control =
new
();
1689
using Control child1 =
new
();
1690
using Control child2 =
new
();
1691
using Control control =
new
();
1713
using Control child1 =
new
()
1717
using Control child2 =
new
()
1721
using Control control =
new
();
1740
using Control control =
new
();
1782
using Control control =
new
();
1808
using Control child1 =
new
();
1809
using Control child2 =
new
();
1810
using Control control =
new
();
1895
using Control child1 =
new
()
1899
using Control child2 =
new
()
1903
using Control control =
new
();
2073
using Control control =
new
();
2108
using Control control =
new
();
2134
using Control control =
new
();
2142
using Control parent =
new
()
2146
using Control control =
new
()
2161
using Control control =
new
()
2178
using Control control =
new
()
2195
using Control control =
new
()
2213
using Control control =
new
();
2255
using Control child1 =
new
();
2256
using Control child2 =
new
();
2257
using Control control =
new
();
2342
using Control child1 =
new
()
2346
using Control child2 =
new
()
2350
using Control control =
new
();
2693
using Control parent =
new
();
2904
using Control parent =
new
();
3047
using Control control =
new
()
3063
using Control control =
new
()
3078
using Control parent =
new
()
3083
using Control control =
new
()
3097
using Control control =
new
()
3113
using Control parent =
new
()
3118
using Control control =
new
()
3130
using Control control =
new
()
3152
using Control control =
new
();
3189
using Control control =
new
()
3211
using Control control =
new
();
3247
using Control control =
new
()
3284
yield return new object[] { new
Control
(), Size.Empty };
3326
using Control control =
new
();
3484
using Control control =
new
();
3538
using Control control =
new
()
3556
using Control control =
new
()
3574
using Control control =
new
()
3589
using Control control =
new
()
3605
using Control control =
new
();
3647
yield return new object[] { new Control.ControlCollection(new
Control
()) };
3674
using Control control =
new
();
3680
using Control child =
new
();
3694
using Control control =
new
();
3700
using Control child =
new
();
3714
using Control control =
new
()
3730
using Control parent =
new
()
3734
using Control control =
new
()
3754
using Control control =
new
()
3782
using Control parent =
new
()
3808
using Control control =
new
()
3825
using Control control =
new
();
3854
using Control child1 =
new
();
3855
using Control child2 =
new
();
3856
using Control control =
new
();
3878
using Control child1 =
new
()
3882
using Control child2 =
new
()
3886
using Control control =
new
();
3905
using Control control =
new
();
3947
using Control child1 =
new
();
3948
using Control child2 =
new
();
3949
using Control control =
new
();
4034
using Control child1 =
new
()
4038
using Control child2 =
new
()
4042
using Control control =
new
();
4126
using Control control =
new
();
4148
using Control control =
new
()
4183
using Control parent =
new
();
4184
using Control control =
new
()
4273
using Control parent =
new
();
4274
using Control control =
new
()
4330
using Control control =
new
()
4349
using Control control =
new
();
4383
using Control control =
new
()
4422
using Control control =
new
();
4504
using Control control =
new
()
4567
using Control control =
new
()
4605
using Control child1 =
new
();
4606
using Control child2 =
new
();
4607
using Control control =
new
()
4682
using Control child1 =
new
()
4686
using Control child2 =
new
()
4690
using Control control =
new
()
4766
using Control control =
new
();
4782
using Control control =
new
();
4799
using Control parent =
new
()
4803
using Control control =
new
()
4823
using Control control =
new
()
5022
using Control control =
new
();
5064
using Control child1 =
new
();
5065
using Control child2 =
new
();
5066
using Control control =
new
();
5151
using Control child1 =
new
()
5155
using Control child2 =
new
()
5159
using Control control =
new
();
5243
using Control control =
new
();
5268
using Control control =
new
();
5293
using Control control =
new
()
5310
using Control control =
new
()
5329
using Control child1 =
new
();
5330
using Control child2 =
new
();
5331
using Control control =
new
();
5353
using Control child1 =
new
()
5357
using Control child2 =
new
()
5361
using Control control =
new
();
5390
using Control control =
new
();
5418
using Control control =
new
();
5453
using Control control =
new
();
5478
using Control child1 =
new
();
5479
using Control child2 =
new
();
5480
using Control control =
new
();
5558
using Control child1 =
new
()
5562
using Control child2 =
new
()
5566
using Control control =
new
();
5639
using Control control =
new
();
5655
using Control control =
new
();
5670
using Control cont =
new
();
5970
using Control parent =
new
();
6205
using Control parent =
new
();
6363
using Control control =
new
()
6380
using Control control =
new
();
6408
using Control control =
new
();
6444
using Control control =
new
();
6558
using Control control =
new
();
6571
using Control control =
new
();
6585
using Control control =
new
()
6606
using Control control =
new
();
6637
using Control control =
new
();
6740
using Control parent =
new
();
6934
using Control parent =
new
();
7087
using Control control =
new
();
7145
using Control control =
new
();
7219
using Control parent =
new
();
7417
using Control parent =
new
();
7573
using Control control =
new
();
7597
using Control control =
new
();
7620
using Control control =
new
();
7673
yield return new object[] { new
Control
(), new Padding(3) };
7707
using Control control =
new
();
7727
using Control parent =
new
();
7728
using Control control =
new
()
7757
using Control control =
new
();
7796
using Control parent =
new
();
7797
using Control control =
new
()
7851
using Control control =
new
();
7867
using Control control =
new
();
7881
yield return new object[] { new
Control
(), Size.Empty };
7929
using Control control =
new
();
7951
using Control control =
new
()
7997
using Control control =
new
()
8028
using Control control =
new
()
8053
using Control control =
new
()
8100
using Control parent =
new
();
8101
using Control control =
new
()
8155
using Control parent =
new
();
8156
using Control control =
new
()
8198
using Control control =
new
();
8233
using Control control =
new
()
8271
using Control control =
new
()
8309
using Control parent =
new
();
8310
using Control control =
new
()
8376
using Control parent =
new
();
8377
using Control control =
new
()
8444
using Control control =
new
();
8468
using Control control =
new
();
8490
yield return new object[] { new
Control
(), Size.Empty };
8538
using Control control =
new
();
8582
using Control control =
new
()
8635
using Control control =
new
()
8666
using Control control =
new
()
8697
using Control control =
new
()
8744
using Control parent =
new
();
8745
using Control control =
new
()
8805
using Control parent =
new
();
8806
using Control control =
new
()
8870
using Control control =
new
();
8927
using Control control =
new
()
8993
using Control control =
new
()
9052
using Control parent =
new
();
9053
using Control control =
new
()
9140
using Control parent =
new
();
9141
using Control control =
new
()
9214
using Control control =
new
();
9238
using Control control =
new
();
9300
using Control control =
new
()
9316
using Control control =
new
()
9333
using Control control =
new
()
9368
using Control control =
new
()
9385
yield return new object[] { new
Control
(), Padding.Empty };
9413
using Control control =
new
();
9439
using Control parent =
new
();
9440
using Control control =
new
()
9537
using Control parent =
new
();
9608
using Control control =
new
();
9646
using Control control =
new
();
9662
using Control control =
new
();
9677
yield return new object[] { new
Control
() };
9685
using Control control =
new
()
9702
using Control oldParent =
new
();
9703
using Control control =
new
()
9723
using Control parent =
new
();
9724
using Control control =
new
()
9743
using Control control =
new
();
9771
using Control parent =
new
();
9772
using Control control =
new
();
9807
using Control control =
new
();
9815
using Control child =
new
();
9816
using Control control =
new
();
9826
using Control parent =
new
();
9837
using Control control =
new
();
9838
using Control child =
new
()
9856
using Control child =
new
()
9878
using Control control =
new
()
9896
using Control control =
new
()
9918
using Control control =
new
();
9948
using Control control =
new
()
9982
using Control control =
new
();
10057
using Control control =
new
()
10074
using Control control =
new
()
10093
using Control child1 =
new
();
10094
using Control child2 =
new
();
10095
using Control control =
new
();
10117
using Control child1 =
new
()
10121
using Control child2 =
new
()
10125
using Control control =
new
();
10149
using Control control =
new
();
10180
using Control control =
new
()
10211
using Control control =
new
();
10246
using Control control =
new
();
10271
using Control child1 =
new
();
10272
using Control child2 =
new
()
10276
using Control control =
new
();
10354
using Control child1 =
new
()
10358
using Control child2 =
new
()
10362
using Control control =
new
();
10435
using Control control =
new
();
10443
using Control control =
new
();
10471
using Control control =
new
();
10649
using Control control =
new
()
10666
using Control control =
new
();
10702
using Control control =
new
()
10779
using Control control =
new
();
10955
using Control control =
new
()
11369
using Control parent =
new
();
11614
using Control parent =
new
();
11754
using Control control =
new
();
11778
using Control control =
new
();
11804
using Control control =
new
()
11820
using Control control =
new
()
11858
using Control control =
new
();
11866
using Control control =
new
()
11888
using Control control =
new
();
11924
using Control control =
new
()
11963
using Control control =
new
()
11980
using Control control =
new
();
12008
using Control control =
new
();
12044
using Control control =
new
();
12071
using Control control =
new
();
12174
using Control parent =
new
();
12366
using Control parent =
new
();
12519
using Control control =
new
();
12567
using Control grandparent =
new
();
12568
using Control parent =
new
()
12572
using Control control =
new
()
12586
using Control parent =
new
()
12590
using Control control =
new
()
12603
using Control control =
new
()
12625
using Control control =
new
();
12626
using Control child1 =
new
();
12627
using Control child2 =
new
();
12656
using Control control =
new
();
12696
using Control parent =
new
()
12700
using Control item =
new
()
12715
using Control control =
new
()
12737
using Control parent =
new
();
12738
using Control control =
new
()
12811
using Control parent =
new
();
12812
using Control control =
new
()
12869
using Control control =
new
()
12907
using Control child1 =
new
();
12908
using Control child2 =
new
();
12909
using Control control =
new
()
12984
using Control child1 =
new
()
12988
using Control child2 =
new
()
12992
using Control control =
new
()
13068
using Control control =
new
();
13084
using Control control =
new
();
13389
using Control parent =
new
();
13624
using Control parent =
new
();
13763
using Control cont =
new
();
13775
using Control control =
new
()
13790
using Control control =
new
();
System\Windows\Forms\DataGridViewTests.cs (8)
113
using Control parent =
new
();
255
using Control parent =
new
();
817
yield return new object[] { new
Control
() };
842
using Control oldParent =
new
();
863
using Control parent =
new
();
909
using Control parent =
new
();
1030
using Control parent =
new
();
1179
using Control parent =
new
();
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (2)
1587
using Control parent =
new
();
1878
using Control parent =
new
();
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
803
using Control result =
new
();
System\Windows\Forms\ErrorProviderTests.cs (21)
856
yield return new object[] { new
Control
(), true };
871
using Control control =
new
();
894
using Control control =
new
();
924
using Control control =
new
();
953
using Control control =
new
();
971
using Control control =
new
();
989
using Control control =
new
();
1045
using Control control =
new
();
1072
using Control control =
new
();
1096
using Control control =
new
();
1105
using Control control =
new
();
1130
yield return new object[] { blinkStyle, new SubControl { Parent =
new
() }, error, error ?? string.Empty };
1140
using Control originalParent =
new
();
1141
using Control newParent =
new
();
1227
using Control control1 =
new
();
1238
using Control control1 =
new
();
1251
using Control control1 =
new
();
1264
using Control control1 =
new
();
1277
using Control control1 =
new
();
1293
using Control control1 =
new
();
1306
using Control control1 =
new
();
System\Windows\Forms\FlowLayoutPanelTests.cs (8)
215
using Control extendee =
new
()
227
yield return new object[] { new
Control
() };
228
yield return new object[] { new
Control
{ Parent =
new
() } };
250
using Control child =
new
();
318
using Control child =
new
();
354
using Control parent =
new
();
355
using Control child =
new
()
System\Windows\Forms\FlowLayoutSettingsTests.cs (4)
100
Assert.False(settings.GetFlowBreak(new
Control
()));
134
using Control child =
new
();
174
using Control parent =
new
();
175
using Control child =
new
()
System\Windows\Forms\FormTests.cs (7)
925
yield return new object[] { new
Control
() };
953
using Control oldParent =
new
();
1067
yield return new object[] { new
Control
() };
1099
using Control parent =
new
();
1153
using Control parent =
new
();
1204
using Control parent =
new
();
2601
using Control control =
new
();
System\Windows\Forms\GroupBoxTests.cs (8)
267
using Control parent =
new
();
415
using Control parent =
new
();
925
using Control child =
new
()
1218
using Control parent =
new
();
1315
using Control parent =
new
();
1982
using Control parent =
new
();
2027
using Control parent =
new
()
2043
using Control parent =
new
()
System\Windows\Forms\HelpProviderTests.cs (21)
50
using Control control =
new
();
75
yield return new object[] { new
Control
(), true };
90
Assert.Null(provider.GetHelpKeyword(new
Control
()));
104
Assert.Equal(HelpNavigator.AssociateIndex, provider.GetHelpNavigator(new
Control
()));
118
Assert.Null(provider.GetHelpString(new
Control
()));
132
Assert.False(provider.GetShowHelp(new
Control
()));
147
using Control control =
new
();
158
using Control control =
new
();
187
using Control control =
new
();
221
using Control control =
new
();
253
using Control control =
new
();
288
using Control control =
new
();
305
using Control control =
new
();
323
using Control control =
new
();
350
Assert.Throws<InvalidEnumArgumentException>("navigator", () => provider.SetHelpNavigator(new
Control
(), navigator));
358
using Control control =
new
();
377
using Control control =
new
();
397
using Control control =
new
();
424
using Control control =
new
();
450
using Control control =
new
();
490
Assert.False(provider.ShouldSerializeShowHelp(new
Control
()));
System\Windows\Forms\HtmlDocumentTests.cs (96)
18
using Control parent =
new
();
50
using Control parent =
new
();
82
using Control parent =
new
();
106
using Control parent =
new
();
136
using Control parent =
new
();
156
using Control parent =
new
();
176
using Control parent =
new
();
193
using Control parent =
new
();
210
using Control parent =
new
();
235
using Control parent =
new
();
267
using Control parent =
new
();
299
using Control parent =
new
();
329
using Control parent =
new
();
359
using Control parent =
new
();
376
using Control parent =
new
();
393
using Control parent =
new
();
418
using Control parent =
new
();
435
using Control parent =
new
();
470
using Control parent =
new
();
485
using Control parent =
new
();
500
using Control parent =
new
();
522
using Control parent =
new
();
537
using Control parent =
new
();
553
using Control parent =
new
();
575
using Control parent =
new
();
590
using Control parent =
new
();
604
using Control parent =
new
();
628
using Control parent =
new
();
662
using Control parent =
new
();
676
using Control parent =
new
();
691
using Control parent =
new
();
715
using Control parent =
new
();
747
using Control parent =
new
();
779
using Control parent =
new
();
801
using Control parent =
new
();
832
using Control parent =
new
();
852
using Control parent =
new
();
868
using Control parent =
new
();
888
using Control parent =
new
();
904
using Control parent =
new
();
936
using Control parent =
new
();
968
using Control parent =
new
();
990
using Control parent =
new
();
1020
using Control parent =
new
();
1040
using Control parent =
new
();
1056
using Control parent =
new
();
1081
using Control parent =
new
();
1104
using Control parent =
new
();
1128
using Control parent =
new
();
1165
using Control parent =
new
();
1179
using Control parent =
new
();
1194
using Control parent =
new
();
1216
using Control parent =
new
();
1246
using Control parent =
new
();
1267
using Control parent =
new
();
1299
using Control parent =
new
();
1331
using Control parent =
new
();
1353
using Control parent =
new
();
1383
using Control parent =
new
();
1402
using Control parent =
new
();
1464
using Control parent =
new
();
1502
using Control parent =
new
();
1520
using Control parent =
new
();
1540
using Control parent =
new
();
1557
using Control parent =
new
();
1573
using Control parent =
new
();
1601
using Control parent =
new
();
1618
using Control parent =
new
();
1635
using Control parent =
new
();
1658
using Control parent =
new
();
1676
using Control parent =
new
();
1691
using Control parent =
new
();
1710
using Control parent =
new
();
1728
using Control parent =
new
();
1742
using Control parent =
new
();
1759
using Control parent =
new
();
1784
using Control parent =
new
();
1804
using Control parent =
new
();
1818
using Control parent =
new
();
1836
using Control parent =
new
();
1875
using Control parent =
new
();
1902
using Control parent =
new
();
1919
using Control parent =
new
();
1936
using Control parent =
new
();
1954
using Control parent =
new
();
1974
using Control parent =
new
();
1995
using Control parent =
new
();
2033
using Control parent =
new
();
2071
using Control parent =
new
();
2109
using Control parent =
new
();
2147
using Control parent =
new
();
2185
using Control parent =
new
();
2223
using Control parent =
new
();
2261
using Control parent =
new
();
2299
using Control parent =
new
();
2337
using Control parent =
new
();
System\Windows\Forms\HtmlElementTests.cs (127)
18
using Control parent =
new
();
38
using Control parent =
new
();
55
using Control parent =
new
();
74
using Control parent =
new
();
89
using Control parent =
new
();
104
using Control parent =
new
();
120
using Control parent =
new
();
139
using Control parent =
new
();
156
using Control parent =
new
();
178
using Control parent =
new
();
196
using Control parent =
new
();
212
using Control parent =
new
();
234
using Control parent =
new
();
273
using Control parent =
new
();
288
using Control parent =
new
();
306
using Control parent =
new
();
321
using Control parent =
new
();
339
using Control parent =
new
();
364
using Control parent =
new
();
395
using Control parent =
new
();
410
using Control parent =
new
();
429
using Control parent =
new
();
455
using Control parent =
new
();
486
using Control parent =
new
();
501
using Control parent =
new
();
516
using Control parent =
new
();
531
using Control parent =
new
();
550
using Control parent =
new
();
576
using Control parent =
new
();
607
using Control parent =
new
();
622
using Control parent =
new
();
637
using Control parent =
new
();
652
using Control parent =
new
();
668
using Control parent =
new
();
694
using Control parent =
new
();
727
using Control parent =
new
();
742
using Control parent =
new
();
760
using Control parent =
new
();
778
using Control parent =
new
();
796
using Control parent =
new
();
812
using Control parent =
new
();
827
using Control parent =
new
();
851
using Control parent =
new
();
882
using Control parent =
new
();
913
using Control parent =
new
();
928
using Control parent =
new
();
943
using Control parent =
new
();
962
using Control parent =
new
();
988
using Control parent =
new
();
1019
using Control parent =
new
();
1034
using Control parent =
new
();
1055
using Control parent =
new
();
1073
using Control parent =
new
();
1091
using Control parent =
new
();
1115
using Control parent =
new
();
1145
using Control parent =
new
();
1163
using Control parent =
new
();
1181
using Control parent =
new
();
1205
using Control parent =
new
();
1235
using Control parent =
new
();
1254
using Control parent =
new
();
1273
using Control parent =
new
();
1302
using Control parent =
new
();
1335
using Control parent =
new
();
1353
using Control parent =
new
();
1377
using Control parent =
new
();
1407
using Control parent =
new
();
1422
using Control parent =
new
();
1454
using Control parent =
new
();
1492
using Control parent =
new
();
1509
using Control parent =
new
();
1574
using Control parent =
new
();
1615
using Control parent =
new
();
1657
using Control parent =
new
();
1696
using Control parent =
new
();
1715
using Control parent =
new
();
1735
using Control parent =
new
();
1764
using Control parent =
new
();
1782
using Control parent =
new
();
1800
using Control parent =
new
();
1822
using Control parent =
new
();
1840
using Control parent =
new
();
1856
using Control parent =
new
();
1888
using Control parent =
new
();
1908
using Control parent =
new
();
1923
using Control parent =
new
();
1948
using Control parent =
new
();
1963
using Control parent =
new
();
1986
using Control parent =
new
();
2024
using Control parent =
new
();
2068
using Control parent =
new
();
2106
using Control parent =
new
();
2150
using Control parent =
new
();
2186
using Control parent =
new
();
2230
using Control parent =
new
();
2265
using Control parent =
new
();
2309
using Control parent =
new
();
2325
using Control parent =
new
();
2341
using Control parent =
new
();
2361
using Control parent =
new
();
2380
using Control parent =
new
();
2398
using Control parent =
new
();
2419
using Control parent =
new
();
2438
using Control parent =
new
();
2463
using Control parent =
new
();
2478
using Control parent =
new
();
2495
using Control parent =
new
();
2518
using Control parent =
new
();
2542
using Control parent =
new
();
2583
using Control parent =
new
();
2624
using Control parent =
new
();
2665
using Control parent =
new
();
2706
using Control parent =
new
();
2747
using Control parent =
new
();
2788
using Control parent =
new
();
2829
using Control parent =
new
();
2870
using Control parent =
new
();
2911
using Control parent =
new
();
2952
using Control parent =
new
();
2993
using Control parent =
new
();
3034
using Control parent =
new
();
3075
using Control parent =
new
();
3116
using Control parent =
new
();
3157
using Control parent =
new
();
3198
using Control parent =
new
();
3239
using Control parent =
new
();
3280
using Control parent =
new
();
System\Windows\Forms\HtmlWindowTests.cs (4)
15
using Control parent =
new
();
31
using Control parent =
new
();
47
using Control parent =
new
();
68
using Control parent =
new
();
System\Windows\Forms\Layout\FlowLayoutTests.cs (28)
40
using Control child1 =
new
()
45
using Control child2 =
new
()
50
using Control largeChild =
new
()
55
using Control emptyChild =
new
()
59
using Control emptyChildWithMargin =
new
()
64
using Control child3 =
new
()
69
using Control child4 =
new
()
101
using Control child1 =
new
()
106
using Control child2 =
new
()
111
using Control largeChild =
new
()
116
using Control emptyChild =
new
()
120
using Control emptyChildWithMargin =
new
()
125
using Control child3 =
new
()
130
using Control child4 =
new
()
162
using Control child1 =
new
()
167
using Control child2 =
new
()
172
using Control largeChild =
new
()
177
using Control emptyChild =
new
()
181
using Control emptyChildWithMargin =
new
()
186
using Control child3 =
new
()
191
using Control child4 =
new
()
223
using Control child1 =
new
()
228
using Control child2 =
new
()
233
using Control largeChild =
new
()
238
using Control emptyChild =
new
()
242
using Control emptyChildWithMargin =
new
()
247
using Control child3 =
new
()
252
using Control child4 =
new
()
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (58)
159
using Control child =
new
();
168
using Control child =
new
();
209
using Control child =
new
();
219
using Control child =
new
();
229
using Control child =
new
();
239
using Control child =
new
();
251
using Control child =
new
();
258
using Control child =
new
();
299
using Control child =
new
();
308
using Control child =
new
();
317
using Control child =
new
();
352
using Control child =
new
();
359
using Control child =
new
();
400
using Control child =
new
();
409
using Control child =
new
();
460
using Control child =
new
();
497
using Control parent =
new
();
498
using Control child =
new
()
550
using Control child =
new
();
572
using Control parent =
new
();
573
using Control child =
new
()
621
using Control child =
new
();
635
using Control child =
new
();
684
using Control child =
new
();
716
using Control parent =
new
();
717
using Control child =
new
()
773
using Control child =
new
();
799
using Control parent =
new
();
800
using Control child =
new
()
841
using Control child =
new
();
855
using Control child =
new
();
922
using Control child =
new
();
951
using Control parent =
new
();
952
using Control child =
new
()
1006
using Control child =
new
();
1030
using Control parent =
new
();
1031
using Control child =
new
()
1072
using Control child =
new
();
1086
using Control child =
new
();
1160
using Control child =
new
();
1192
using Control parent =
new
();
1193
using Control child =
new
()
1249
using Control child =
new
();
1275
using Control parent =
new
();
1276
using Control child =
new
()
1317
using Control child =
new
();
1331
using Control child =
new
();
1398
using Control child =
new
();
1427
using Control parent =
new
();
1428
using Control child =
new
()
1482
using Control child =
new
();
1506
using Control parent =
new
();
1507
using Control child =
new
()
1548
using Control child =
new
();
1562
using Control child =
new
();
1660
using Control controlWithName =
new
()
1664
using Control controlWithDefaultName =
new
();
1777
using Control controlWithName =
new
() { Name = "name" };
System\Windows\Forms\LayoutEventArgsTests.cs (3)
14
yield return new object[] { new
Control
(), "" };
31
yield return new object[] { new
Control
(), "" };
32
yield return new object[] { new
Control
(), "affectedProperty" };
System\Windows\Forms\ListBoxTests.cs (1)
928
using Control parent =
new
();
System\Windows\Forms\MdiClientTests.cs (7)
179
using Control parent =
new
()
258
using Control parent =
new
()
374
using Control parent =
new
()
418
using Control parent =
new
()
696
using Control parent =
new
();
845
using Control parent =
new
()
1007
using Control parent =
new
()
System\Windows\Forms\MenuStripTests.cs (1)
697
using Control parent =
new
();
System\Windows\Forms\MixedDpiHostingTests.cs (1)
27
using Control control =
new
();
System\Windows\Forms\NativeWindowTests.cs (12)
20
using Control control =
new
();
49
using Control control =
new
();
86
using Control control =
new
();
143
using Control control =
new
();
172
using Control control =
new
();
236
using Control control =
new
();
293
using Control control =
new
();
338
using Control control =
new
();
404
using Control control =
new
();
414
using Control control =
new
();
426
using Control control =
new
();
472
using Control control =
new
();
System\Windows\Forms\PanelTests.cs (5)
255
using Control parent =
new
();
352
_layoutEngine = new
Control
().LayoutEngine;
403
using Control parent =
new
();
612
using Control child =
new
()
627
using Control child =
new
()
System\Windows\Forms\PictureBoxTests.cs (7)
238
using Control control =
new
()
257
using Control control =
new
();
275
using Control control =
new
()
1117
yield return new object[] { new
Control
() };
1140
using Control oldParent =
new
();
1159
using Control parent =
new
();
1176
using Control parent =
new
();
System\Windows\Forms\ReadOnlyControlCollectionTests.cs (1)
11
using Control owner =
new
();
System\Windows\Forms\RichTextBoxTests.cs (8)
460
using Control parent =
new
();
677
using Control control =
new
();
2131
using Control parent =
new
();
2187
using Control parent =
new
();
2962
using Control parent =
new
();
3085
using Control parent =
new
();
7100
using Control parent =
new
();
7328
using Control parent =
new
();
System\Windows\Forms\ScreenTests.cs (3)
66
yield return new object[] { new
Control
() };
68
Control createdControl =
new
();
99
using Control control =
new
();
System\Windows\Forms\ScrollableControlTests.cs (6)
1392
yield return new object[] { true, new LayoutEventArgs(affectedControl = new
Control
(), "affectedProperty"), 2, affectedControl };
1396
yield return new object[] { false, new LayoutEventArgs(affectedControl = new
Control
(), "affectedProperty"), 1, affectedControl };
1568
Func<Control> controlFactory = () => new
Control
1663
static Control CreateControl() =>
new
()
1821
using Control parent =
new
()
2484
yield return new object[] { true, true, true, new Size(70, 80), new
Control
(), new Rectangle(0, 0, 70, 80) };
System\Windows\Forms\SplitterPanelTests.cs (4)
214
using Control parent =
new
();
275
using Control parent =
new
();
713
yield return new object[] { new
Control
() };
737
using Control parent =
new
();
System\Windows\Forms\SplitterTests.cs (12)
1140
using Control parent =
new
()
1195
using Control parent =
new
()
1200
using Control child =
new
()
1240
using Control parent =
new
()
1245
using Control child =
new
()
1312
using Control parent =
new
()
1359
using Control parent =
new
()
1364
using Control child =
new
()
2007
using Control parent =
new
()
2012
using Control child =
new
()
2108
using Control parent =
new
()
2113
using Control child =
new
()
System\Windows\Forms\StatusStripTests.cs (1)
1132
yield return new object[] { layoutStyle, dock, new LayoutEventArgs(new
Control
(), "AffectedProperty") };
System\Windows\Forms\TabControl.ControlCollectionTests.cs (3)
875
using Control value =
new
();
1455
using Control value1 =
new
();
1456
using Control value2 =
new
();
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (8)
1084
yield return new object[] { new
Control
() };
1588
Assert.False(iList.Contains(new
Control
()));
1600
Assert.False(iList.Contains(new
Control
()));
1893
Assert.Equal(-1, iList.IndexOf(new
Control
()));
1905
Assert.Equal(-1, iList.IndexOf(new
Control
()));
3133
yield return new object[] { new
Control
() };
3930
yield return new object[] { new
Control
() };
4795
yield return new object[] { new
Control
() };
System\Windows\Forms\TableLayoutControlCollectionTests.cs (3)
32
using Control child =
new
();
44
using Control child =
new
();
56
using Control child =
new
();
System\Windows\Forms\TableLayoutPanelTests.cs (62)
343
using Control child =
new
();
363
using Control child =
new
();
497
using Control controlWithName =
new
() { Name = "name" };
498
using Control controlWithDefaultName =
new
();
646
using Control child =
new
();
661
using Control child =
new
();
670
using Control child =
new
();
679
using Control child =
new
();
694
using Control child =
new
();
735
using Control child =
new
();
775
using Control child =
new
();
795
using Control child =
new
()
818
using Control child =
new
()
840
using Control otherChild =
new
();
841
using Control child =
new
()
888
using Control child =
new
();
902
using Control child =
new
();
914
using Control child =
new
();
932
using Control child =
new
();
1140
using Control child =
new
();
1320
yield return new object[] { new LayoutEventArgs(new
Control
(), null) };
1321
yield return new object[] { new LayoutEventArgs(new
Control
(), string.Empty) };
1322
yield return new object[] { new LayoutEventArgs(new
Control
(), "ChildIndex") };
1323
yield return new object[] { new LayoutEventArgs(new
Control
(), "Visible") };
1324
yield return new object[] { new LayoutEventArgs(new
Control
(), "Items") };
1325
yield return new object[] { new LayoutEventArgs(new
Control
(), "Rows") };
1326
yield return new object[] { new LayoutEventArgs(new
Control
(), "Columns") };
1327
yield return new object[] { new LayoutEventArgs(new
Control
(), "RowStyles") };
1328
yield return new object[] { new LayoutEventArgs(new
Control
(), "ColumnStyles") };
1329
yield return new object[] { new LayoutEventArgs(new
Control
(), "TableIndex") };
1330
yield return new object[] { new LayoutEventArgs(new
Control
(), "GrowStyle") };
1331
yield return new object[] { new LayoutEventArgs(new
Control
(), "CellBorderStyle") };
1332
yield return new object[] { new LayoutEventArgs(new
Control
(), "LayoutSettings") };
1333
yield return new object[] { new LayoutEventArgs(new
Control
(), "NoSuchProperty") };
1505
using Control child1 =
new
();
1510
using Control child2 =
new
();
1555
using Control child =
new
();
1591
using Control parent =
new
();
1592
using Control child =
new
()
1642
using Control child =
new
();
1666
using Control child =
new
();
1697
using Control parent =
new
();
1698
using Control child =
new
()
1748
using Control child =
new
();
1768
Assert.Throws<ArgumentOutOfRangeException>("column", () => control.SetColumn(new
Control
(), -2));
1777
using Control child =
new
();
1806
using Control parent =
new
();
1807
using Control child =
new
()
1857
using Control child =
new
();
1882
Assert.Throws<ArgumentOutOfRangeException>("value", () => control.SetColumnSpan(new
Control
(), value));
1893
using Control child =
new
();
1924
using Control parent =
new
();
1925
using Control child =
new
()
1975
using Control child =
new
();
1995
Assert.Throws<ArgumentOutOfRangeException>("row", () => control.SetRow(new
Control
(), -2));
2004
using Control child =
new
();
2033
using Control parent =
new
();
2034
using Control child =
new
()
2084
using Control child =
new
();
2108
Assert.Throws<ArgumentOutOfRangeException>("value", () => control.SetRowSpan(new
Control
(), value));
2114
using Control extendee =
new
();
2126
yield return new object[] { new
Control
() };
System\Windows\Forms\TabPageTests.cs (6)
2613
using Control parent =
new
();
3814
using Control parent =
new
()
3818
using Control control =
new
()
3830
using Control grandparent =
new
();
3831
using Control parent =
new
()
3835
using Control control =
new
()
System\Windows\Forms\TabPageTests.TabPageControlCollection.cs (2)
28
using Control control1 =
new
();
29
using Control control2 =
new
();
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
100
using Control control =
new
();
System\Windows\Forms\ToolStripContentPanelTests.cs (3)
494
using Control parent =
new
();
555
using Control parent =
new
();
634
using Control parent =
new
()
System\Windows\Forms\ToolStripControlHostTests.cs (167)
18
yield return new object[] { new
Control
() };
21
new
Control
39
yield return new object[] { new
Control
{ Enabled = false } };
40
yield return new object[] { new
Control
{ Visible = false } };
137
using Control c =
new
();
156
using Control c =
new
();
167
using Control c =
new
();
186
using Control c =
new
();
197
using Control c =
new
();
216
using Control c =
new
();
227
using Control c =
new
();
247
using Control c =
new
();
255
using Control c =
new
();
266
using Control c =
new
();
285
using Control c =
new
();
321
using Control c =
new
();
332
using Control c =
new
();
349
using Control c =
new
();
363
using Control c =
new
();
380
using Control c =
new
();
389
using Control c =
new
();
408
using Control c =
new
();
427
using Control c =
new
();
438
using Control c =
new
();
449
using Control c =
new
();
468
using Control c =
new
();
492
using Control c =
new
()
506
using Control c =
new
();
516
using Control c =
new
();
541
using Control c =
new
();
555
using Control c =
new
();
567
using Control c =
new
();
578
using Control c =
new
();
593
using Control c =
new
();
612
using Control c =
new
();
624
using Control c =
new
();
638
using Control c =
new
();
652
using Control c =
new
();
662
using Control c =
new
();
676
using Control c =
new
();
698
using Control c =
new
()
723
using Control c =
new
();
743
using Control c =
new
();
751
using Control c =
new
();
762
using Control c =
new
();
779
using Control c =
new
();
815
using Control c =
new
();
824
using Control c =
new
();
841
using Control c =
new
();
864
using Control c =
new
();
891
using Control c =
new
();
926
using Control c =
new
();
936
using Control c =
new
();
946
using Control c =
new
();
966
using Control c =
new
();
987
using Control c =
new
();
999
using Control c =
new
();
1025
using Control c =
new
();
1039
using Control c =
new
();
1065
using Control c =
new
();
1074
using Control c =
new
();
1085
using Control c =
new
();
1104
using Control c =
new
();
1140
using Control c =
new
();
1151
using Control c =
new
();
1168
using Control c =
new
();
1182
using Control c =
new
();
1199
using Control c =
new
();
1220
using Control c =
new
();
1242
using Control c =
new
();
1262
using Control c =
new
();
1273
using Control c =
new
();
1295
using Control c =
new
();
1317
using Control c =
new
();
1346
using Control c =
new
();
1387
using Control c =
new
();
1455
using Control c =
new
();
1530
using Control c =
new
();
1546
using Control c =
new
();
1557
using Control c =
new
();
1577
using Control c =
new
();
1596
using Control c =
new
();
1633
using Control c =
new
();
1642
using Control c =
new
();
1671
using Control c =
new
();
1685
using Control c =
new
();
1714
using Control c =
new
();
1725
using Control c =
new
();
1747
using Control c =
new
();
1770
using Control c =
new
();
1816
using Control c =
new
();
1837
using Control c =
new
();
1858
using Control c =
new
();
1880
using Control c =
new
();
1916
using Control c =
new
();
1945
using Control c =
new
();
1968
using Control c =
new
();
1986
using Control c =
new
();
2007
using Control c =
new
();
2026
using Control c =
new
();
2046
using Control c =
new
();
2068
using Control c =
new
();
2087
using Control c =
new
();
2107
using Control c =
new
();
2127
using Control c =
new
();
2159
using Control c =
new
();
2178
using Control c =
new
();
2204
using Control c =
new
()
2228
using Control c =
new
();
2249
using Control c =
new
();
2268
using Control c =
new
();
2305
using Control c =
new
();
2323
using Control c =
new
();
2340
using Control c =
new
();
2356
using Control c =
new
();
2365
using Control c =
new
();
2385
using Control c =
new
();
2406
using Control c =
new
();
2436
using Control c =
new
();
2472
using Control c =
new
();
2510
using Control c =
new
();
2530
using Control c =
new
();
2548
using Control c =
new
();
2563
using Control c =
new
();
2575
using Control c =
new
();
2617
using Control c =
new
();
2659
using Control c =
new
();
2691
using Control c =
new
();
2701
using Control c =
new
();
2721
using Control c =
new
()
2736
using Control c =
new
()
2754
using Control c =
new
();
2768
using Control c =
new
()
2792
using Control c =
new
();
2806
using Control c =
new
();
2831
using Control c =
new
();
2856
using Control c =
new
()
2874
using Control c =
new
();
2899
using Control c =
new
();
2924
using Control c =
new
();
2949
using Control c =
new
();
2962
using Control c =
new
();
2987
using Control c =
new
();
3012
using Control c =
new
();
3057
using Control c =
new
();
3076
using Control c =
new
();
3100
using Control c =
new
();
3169
using Control controlParent =
new
();
3170
using Control c =
new
()
3244
using Control c =
new
();
3265
using Control c =
new
();
4136
using Control c =
new
();
4145
using Control c =
new
();
4170
using Control c =
new
();
4199
using Control c =
new
();
4240
using Control c =
new
();
4256
using Control c =
new
();
4300
using Control c =
new
();
4315
using Control c =
new
();
4356
using Control c =
new
();
4388
using Control c =
new
();
4411
using Control c =
new
();
4421
using Control c =
new
();
4444
using Control c =
new
();
4455
using Control c =
new
();
4489
using Control c =
new
();
4525
using Control c =
new
();
System\Windows\Forms\ToolStripDropDownTests.cs (19)
701
using Control parent =
new
();
1323
using Control parent =
new
()
1355
using Control parent =
new
()
1485
using Control parent =
new
()
2327
using Control sourceControl =
new
()
2359
using Control sourceControl =
new
()
2910
using Control parent =
new
();
3090
using Control sourceControl =
new
()
3371
using Control sourceControl =
new
()
3430
using Control sourceControl =
new
()
4136
yield return new object[] { true, new LayoutEventArgs(new
Control
(), "affectedProperty"), 2 };
4140
yield return new object[] { false, new LayoutEventArgs(new
Control
(), "affectedProperty"), 1 };
4186
yield return new object[] { autoSize, new LayoutEventArgs(new
Control
(), "affectedProperty") };
4329
yield return new object[] { true, new LayoutEventArgs(new
Control
(), "affectedProperty"), 2, 3 };
4333
yield return new object[] { false, new LayoutEventArgs(new
Control
(), "affectedProperty"), 1, 1 };
4494
yield return new object[] { true, new LayoutEventArgs(new
Control
(), "affectedProperty"), 2, 3 };
4498
yield return new object[] { false, new LayoutEventArgs(new
Control
(), "affectedProperty"), 1, 1 };
4989
using Control control =
new
();
5021
using Control control =
new
();
System\Windows\Forms\ToolStripTests.cs (12)
912
using Control parent =
new
();
1084
using Control parent =
new
()
1401
using Control parent =
new
()
1874
using Control parent =
new
()
1905
using Control parent =
new
()
2455
using Control parent =
new
();
2919
using Control parent =
new
();
5031
yield return new object[] { new ControlEventArgs(new
Control
()) };
5910
Control control =
new
()
5958
Control control =
new
()
6160
using Control parent =
new
()
6919
using Control parent =
new
();
System\Windows\Forms\ToolStripTextBoxTests.cs (1)
34
Control control =
new
();
System\Windows\Forms\ToolTipTests.cs (8)
622
yield return new object[] { new
Control
(), true };
636
yield return new object[] { new
Control
() };
650
using Control control =
new
();
673
using Control control =
new
();
694
using Control control =
new
();
721
using Control control =
new
();
749
using Control control =
new
();
807
using Control topLevelControl =
new
();
System\Windows\Forms\UpDownBaseTests.cs (1)
1964
yield return new object[] { borderStyle, rightToLeft, upDownAlign, new LayoutEventArgs(new
Control
(), "affectedProperty") };
System\Windows\Forms\UserControlTests.cs (14)
312
using Control parent =
new
();
360
using Control parent =
new
();
467
_layoutEngine = new
Control
().LayoutEngine;
518
using Control parent =
new
();
1260
using Control child1 =
new
();
1261
using Control grandchild1 =
new
();
1264
using Control grandchild2 =
new
();
1486
using Control child1 =
new
();
1487
using Control grandchild1 =
new
();
1490
using Control grandchild2 =
new
();
1720
using Control child1 =
new
();
1721
using Control child2 =
new
();
1750
using Control child1 =
new
();
1751
using Control child2 =
new
();
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (3)
354
using Control childControl =
new
();
381
using Control childControl =
new
();
392
using Control childControl =
new
();
System\Windows\Forms\WebBrowserTests.cs (136)
159
using Control parent =
new
();
187
using Control parent =
new
();
226
using Control parent =
new
();
240
using Control parent =
new
();
252
using Control parent =
new
();
290
using Control parent =
new
();
326
using Control parent =
new
();
339
using Control parent =
new
();
351
using Control parent =
new
();
371
using Control parent =
new
();
396
using Control parent =
new
();
410
using Control parent =
new
();
438
using Control parent =
new
();
454
using Control parent =
new
();
476
using Control parent =
new
();
488
using Control parent =
new
();
509
using Control parent =
new
();
523
using Control parent =
new
();
544
using Control parent =
new
();
556
using Control parent =
new
();
568
using Control parent =
new
();
593
using Control parent =
new
();
605
using Control parent =
new
();
626
using Control parent =
new
();
640
using Control parent =
new
();
661
using Control parent =
new
();
673
using Control parent =
new
();
707
using Control parent =
new
();
730
using Control parent =
new
();
829
using Control parent =
new
();
841
using Control parent =
new
();
862
using Control parent =
new
();
879
using Control parent =
new
();
898
using Control parent =
new
();
910
using Control parent =
new
();
931
using Control parent =
new
();
945
using Control parent =
new
();
965
using Control parent =
new
();
977
using Control parent =
new
();
998
using Control parent =
new
();
1012
using Control parent =
new
();
1031
using Control parent =
new
();
1043
using Control parent =
new
();
1064
using Control parent =
new
();
1107
using Control parent =
new
();
1121
using Control parent =
new
();
1140
using Control parent =
new
();
1152
using Control parent =
new
();
1173
using Control parent =
new
();
1187
using Control parent =
new
();
1199
using Control parent =
new
();
1237
using Control parent =
new
();
1290
using Control parent =
new
();
1417
using Control parent =
new
();
1436
using Control parent =
new
()
1458
using Control parent =
new
();
1478
using Control parent =
new
();
1497
using Control parent =
new
()
1519
using Control parent =
new
();
1594
using Control parent =
new
();
1608
using Control parent =
new
();
1627
using Control parent =
new
();
1639
using Control parent =
new
();
1660
using Control parent =
new
();
1674
using Control parent =
new
();
1686
using Control parent =
new
();
1724
using Control parent =
new
();
1758
using Control parent =
new
();
1771
using Control parent =
new
();
1809
using Control parent =
new
();
1845
using Control parent =
new
();
1859
using Control parent =
new
();
1878
using Control parent =
new
();
1890
using Control parent =
new
();
1911
using Control parent =
new
();
1925
using Control parent =
new
();
1944
using Control parent =
new
();
1956
using Control parent =
new
();
1968
using Control parent =
new
();
2063
using Control parent =
new
();
2094
using Control parent =
new
();
2106
using Control parent =
new
();
2118
using Control parent =
new
();
2276
using Control parent =
new
();
2356
using Control parent =
new
();
2383
using Control parent =
new
();
2441
using Control parent =
new
();
2461
using Control parent =
new
();
2485
using Control parent =
new
();
2572
using Control parent =
new
();
2675
using Control parent =
new
();
2719
using Control parent =
new
();
2864
using Control parent =
new
();
2885
using Control parent =
new
();
2965
using Control parent =
new
();
2987
using Control parent =
new
();
3002
using Control parent =
new
();
3080
using Control parent =
new
();
3102
using Control parent =
new
();
3117
using Control parent =
new
();
3129
using Control parent =
new
();
3151
using Control parent =
new
();
3166
using Control parent =
new
();
3178
using Control parent =
new
();
3190
using Control parent =
new
();
3279
using Control parent =
new
();
3302
using Control parent =
new
();
3397
using Control parent =
new
();
3420
using Control parent =
new
();
3468
using Control parent =
new
();
3484
using Control parent =
new
();
3602
Control parent =
new
();
3642
using Control parent =
new
();
3654
using Control parent =
new
();
3919
using Control parent =
new
();
3941
using Control parent =
new
();
3956
using Control parent =
new
();
4014
using Control parent =
new
();
4086
using Control parent =
new
();
4103
using Control parent =
new
();
4163
using Control parent =
new
();
4221
using Control parent =
new
();
4244
using Control parent =
new
();
4259
using Control parent =
new
();
4281
using Control parent =
new
();
4296
using Control parent =
new
();
4318
using Control parent =
new
();
4333
using Control parent =
new
();
4355
using Control parent =
new
();
4370
using Control parent =
new
();
4392
using Control parent =
new
();
4407
using Control parent =
new
();
4429
using Control parent =
new
();
4444
using Control parent =
new
();
4523
using Control control =
new
();
4597
using Control control =
new
();
TextBoxBaseTests.cs (10)
285
using Control parent =
new
();
579
using Control parent =
new
();
2006
using Control parent =
new
();
2065
using Control parent =
new
();
3725
using Control parent =
new
();
3775
using Control parent =
new
();
5861
using Control parent =
new
();
6040
using Control parent =
new
();
6972
using Control control =
new
();
7053
using Control control =
new
();
WebBrowserBaseTests.cs (2)
237
using Control parent =
new
();
812
using Control parent =
new
()
System.Windows.Forms.TestUtilities (1)
CommonTestHelperEx.cs (1)
145
new(new
Control
(), "affectedProperty")
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
68
:
base
()