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