1 type derived from Container
System (1)
compmod\system\componentmodel\NestedContainer.cs (1)
23public class NestedContainer : Container, INestedContainer {
6 instantiations of Container
System.Web.Mobile (1)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
58this.components = new System.ComponentModel.Container();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
153this.components = new System.ComponentModel.Container();
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
30this.components = new System.ComponentModel.Container();
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (1)
31this.components = new System.ComponentModel.Container();
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
31this.components = new System.ComponentModel.Container();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
31this.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'/> 263private Container container; 266internal 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)
27private System.ComponentModel.Container components;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
18private System.ComponentModel.Container components = null;