12 references to AddedControls
System.Windows.Forms.Design (12)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
29AddedControls.Add(_checkBox);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
32AddedControls.Add(_button);
System\ComponentModel\Design\DesignerActionPanel.Line.cs (3)
33foreach (Control c in AddedControls) 38return AddedControls; 53foreach (Control c in AddedControls)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
32AddedControls.Add(_linkLabel);
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (2)
39AddedControls.Add(_titleLabel); 40AddedControls.Add(_subtitleLabel);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (3)
58AddedControls.Add(_readOnlyTextBoxLabel); 59AddedControls.Add(_textBox); 60AddedControls.Add(_label);
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
28AddedControls.Add(_label);