1 type derived from Container
System (1)
compmod\system\componentmodel\NestedContainer.cs (1)
23
public class NestedContainer :
Container
, INestedContainer {
6 instantiations of Container
System.Web.Mobile (1)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
58
this.components = new System.ComponentModel.
Container
();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
153
this.components = new System.ComponentModel.
Container
();
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
30
this.components = new System.ComponentModel.
Container
();
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (1)
31
this.components = new System.ComponentModel.
Container
();
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
31
this.components = new System.ComponentModel.
Container
();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
31
this.components = new System.ComponentModel.
Container
();
13 references to Container
System (11)
compmod\system\componentmodel\ComponentCollection.cs (3)
35
/// Gets a specific <see cref='System.ComponentModel.Component'/> in the <see cref='System.ComponentModel.
Container
'/>
52
/// Gets a specific <see cref='System.ComponentModel.Component'/> in the <see cref='System.ComponentModel.
Container
'/>
73
/// Gets a specific <see cref='System.ComponentModel.Component'/> in the <see cref='System.ComponentModel.
Container
'/>
compmod\system\componentmodel\Container.cs (7)
40
/// Adds the specified component to the <see cref='System.ComponentModel.
Container
'/>
51
/// Adds the specified component to the <see cref='System.ComponentModel.
Container
'/> and assigns a name to
124
/// Disposes of the <see cref='System.ComponentModel.
Container
'/>
158
/// Gets all the components in the <see cref='System.ComponentModel.
Container
'/>
200
/// Removes a component from the <see cref='System.ComponentModel.
Container
'/>
263
private
Container
container;
266
internal Site(IComponent component,
Container
container, String name) {
compmod\system\componentmodel\ISite.cs (1)
22
/// a <see cref='System.ComponentModel.Component'/> to a <see cref='System.ComponentModel.
Container
'/>
System.Web.Mobile (1)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
27
private System.ComponentModel.
Container
components;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
18
private System.ComponentModel.
Container
components = null;