56 references to new
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
17
:
base
(component)
System.Windows.Forms.Design (19)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
22
public ToolStripContainerActionList(ToolStripContainer toolStripContainer) :
base
(toolStripContainer)
System\Windows\Forms\Design\ContextMenuStripActionList.cs (1)
15
:
base
(designer.Component)
System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs (1)
16
:
base
(owner.Component)
System\Windows\Forms\Design\DataGridViewDesigner.cs (3)
813
public DataGridViewChooseDataSourceActionList(DataGridViewDesigner owner) :
base
(owner.Component)
866
public DataGridViewColumnEditingActionList(DataGridViewDesigner owner) :
base
(owner.Component)
897
public DataGridViewPropertiesActionList(DataGridViewDesigner owner) :
base
(owner.Component)
System\Windows\Forms\Design\DesignerActionVerbList.cs (1)
11
:
base
(null)
System\Windows\Forms\Design\ImageListActionList.cs (1)
15
:
base
(designer.Component)
System\Windows\Forms\Design\ListControlUnboundActionList.cs (1)
13
:
base
(designer.Component)
System\Windows\Forms\Design\ListViewActionList.cs (1)
15
:
base
(designer.Component)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs (1)
26
:
base
(designer.Component)
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (1)
11
public NotifyIconActionList(NotifyIconDesigner designer) :
base
(designer.Component)
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
15
:
base
(designer.Component)
System\Windows\Forms\Design\RichTextBoxActionList.cs (1)
13
:
base
(designer.Component)
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (1)
21
:
base
(owner.Component)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
389
public TableLayouPanelRowColumnActionList(TableLayoutPanelDesigner owner) :
base
(owner.Component)
System\Windows\Forms\Design\TextBoxActionList.cs (1)
14
:
base
(designer.Component)
System\Windows\Forms\Design\ToolStripActionList.cs (1)
18
:
base
(designer.Component)
System\Windows\Forms\Design\TreeViewActionList.cs (1)
15
:
base
(designer.Component)
System.Windows.Forms.Design.Tests (36)
System\ComponentModel\Design\DesignerActionListCollectionTests.cs (14)
18
yield return new object[] { new DesignerActionList[] {
new
(null), null } };
40
DesignerActionList value1 =
new
(null);
47
DesignerActionList value2 =
new
(null);
98
DesignerActionList value1 =
new
(null);
105
DesignerActionList value2 =
new
(null);
121
DesignerActionList value =
new
(null);
141
DesignerActionList value1 =
new
(null);
142
DesignerActionList value2 =
new
(null);
167
DesignerActionList value =
new
(null);
179
DesignerActionList value =
new
(null);
182
Assert.False(collection.Contains(new
DesignerActionList
(null)));
190
DesignerActionList value =
new
(null);
193
Assert.Equal(-1, collection.IndexOf(new
DesignerActionList
(null)));
201
DesignerActionList value =
new
(null);
System\ComponentModel\Design\DesignerActionListTests.cs (5)
21
DesignerActionList list =
new
(component);
30
DesignerActionList list =
new
(new Component())
61
DesignerActionList list =
new
(component);
124
DesignerActionList list =
new
(null);
131
public SubDesignerActionList() :
base
(null)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (13)
13
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", "description", false, "displayName" };
14
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", "description", true, "displayName" };
39
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", "description", "displayName" };
40
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", "description", "displayName" };
65
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", false, "displayName" };
66
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", true, "displayName" };
91
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", "displayName" };
92
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", "displayName" };
117
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", false, "displayName" };
118
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", true, "displayName" };
143
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "displayName" };
144
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "displayName" };
240
public SubDesignerActionList() :
base
(null)
System\ComponentModel\Design\DesignerActionServiceTests.cs (4)
46
yield return new object[] { new
DesignerActionList
(null), new DesignerActionListCollection() };
442
DesignerActionListCollection actionLists = new() { null, new
DesignerActionList
(null), new NullCustomDesignerActionList(null), actionList };
1062
public CustomDesignerActionList(IComponent component) :
base
(component)
1073
public NullCustomDesignerActionList(IComponent component) :
base
(component)