56 references to new
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
13
:
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)
20
yield return new object[] { new DesignerActionList[] {
new
(null), null } };
42
DesignerActionList value1 =
new
(null);
49
DesignerActionList value2 =
new
(null);
100
DesignerActionList value1 =
new
(null);
107
DesignerActionList value2 =
new
(null);
123
DesignerActionList value =
new
(null);
143
DesignerActionList value1 =
new
(null);
144
DesignerActionList value2 =
new
(null);
169
DesignerActionList value =
new
(null);
181
DesignerActionList value =
new
(null);
184
Assert.False(collection.Contains(new
DesignerActionList
(null)));
192
DesignerActionList value =
new
(null);
195
Assert.Equal(-1, collection.IndexOf(new
DesignerActionList
(null)));
203
DesignerActionList value =
new
(null);
System\ComponentModel\Design\DesignerActionListTests.cs (5)
23
DesignerActionList list =
new
(component);
32
DesignerActionList list =
new
(new Component())
63
DesignerActionList list =
new
(component);
126
DesignerActionList list =
new
(null);
133
public SubDesignerActionList() :
base
(null)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (13)
15
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", "description", false, "displayName" };
16
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", "description", true, "displayName" };
41
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", "description", "displayName" };
42
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", "description", "displayName" };
67
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", false, "displayName" };
68
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", true, "displayName" };
93
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "category", "displayName" };
94
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "cate(&a)gory", "displayName" };
119
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", false, "displayName" };
120
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", true, "displayName" };
145
yield return new object[] { new
DesignerActionList
(null), "memberName", "displayName", "displayName" };
146
yield return new object[] { new
DesignerActionList
(null), "member(&a)Name", "displa(&a)yName", "displayName" };
235
public SubDesignerActionList() :
base
(null)
System\ComponentModel\Design\DesignerActionServiceTests.cs (4)
48
yield return new object[] { new
DesignerActionList
(null), new DesignerActionListCollection() };
444
DesignerActionListCollection actionLists = new() { null, new
DesignerActionList
(null), new NullCustomDesignerActionList(null), actionList };
1064
public CustomDesignerActionList(IComponent component) :
base
(component)
1075
public NullCustomDesignerActionList(IComponent component) :
base
(component)