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