4 types derived from ArrangedElementCollection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
14709
public class ControlCollection :
ArrangedElementCollection
, IList, ICloneable {
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
28
public class ToolStripItemCollection :
ArrangedElementCollection
, IList {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1319
public class ToolStripPanelRowCollection :
ArrangedElementCollection
, IList {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
1997
internal class ToolStripPanelRowControlCollection :
ArrangedElementCollection
, IList, IEnumerable {
3 instantiations of ArrangedElementCollection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs (1)
15
internal static ArrangedElementCollection Empty = new
ArrangedElementCollection
(0);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
76
private static readonly ArrangedElementCollection EmptyChildCollection = new
ArrangedElementCollection
();
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2023
cellCollection = new
ArrangedElementCollection
(InnerList);
31 references to ArrangedElementCollection
System.Windows.Forms (31)
winforms\Managed\System\WinForms\ArrangedElement.cs (2)
46
ArrangedElementCollection
IArrangedElement.Children {
137
protected abstract
ArrangedElementCollection
GetChildren();
winforms\Managed\System\WinForms\Control.cs (2)
14457
ArrangedElementCollection
IArrangedElement.Children {
14461
return
ArrangedElementCollection
.Empty;
winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs (5)
15
internal static
ArrangedElementCollection
Empty = new ArrangedElementCollection(0);
45
ArrangedElementCollection
other = obj as
ArrangedElementCollection
;
98
private static void Copy (
ArrangedElementCollection
sourceList, int sourceIndex,
ArrangedElementCollection
destinationList, int destinationIndex, int length) {
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
334
ArrangedElementCollection
controlsCollection = start.Children;
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (5)
31
ArrangedElementCollection
children = container.Children;
241
ArrangedElementCollection
children = container.Children;
266
ArrangedElementCollection
children = container.Children;
466
ArrangedElementCollection
children = container.Children;
825
ArrangedElementCollection
children = container.Children;
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
174
ArrangedElementCollection
collection = containerProxy.Container.Children;
winforms\Managed\System\WinForms\Layout\IArrangedElement.cs (1)
52
ArrangedElementCollection
Children { get; }
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
1261
ArrangedElementCollection
children = container.Children;
1288
ArrangedElementCollection
children = container.Children;
1673
ArrangedElementCollection
children = Container.Children;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4776
ArrangedElementCollection
IArrangedElement.Children {
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
76
private static readonly
ArrangedElementCollection
EmptyChildCollection = new ArrangedElementCollection();
1130
ArrangedElementCollection
IArrangedElement.Children {
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
75
ArrangedElementCollection
IArrangedElement.Children {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1307
ArrangedElementCollection
IArrangedElement.Children {
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
231
protected override
ArrangedElementCollection
GetChildren() {
232
return
ArrangedElementCollection
.Empty;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (4)
120
internal
ArrangedElementCollection
Cells {
617
ArrangedElementCollection
IArrangedElement.Children {
1999
private
ArrangedElementCollection
cellCollection;
2020
public
ArrangedElementCollection
Cells {