1 instantiation of ComponentCollection
System (1)
compmod\system\componentmodel\Container.cs (1)
170components = new ComponentCollection(result);
13 references to ComponentCollection
System (7)
compmod\system\componentmodel\Container.cs (3)
27private ComponentCollection components; 162public virtual ComponentCollection Components { 185ComponentCollection filteredComponents = filter.FilterComponents(components);
compmod\system\componentmodel\ContainerFilterService.cs (2)
32public virtual ComponentCollection FilterComponents(ComponentCollection components) {
compmod\system\componentmodel\IContainer.cs (1)
43ComponentCollection Components {get;}
compmod\system\componentmodel\ReferenceConverter.cs (1)
165ComponentCollection objs = cont.Components;
System.Web (2)
UI\ControlIdConverter.cs (1)
46ComponentCollection allComponents = container.Components;
UI\ControlPropertyNameConverter.cs (1)
67ComponentCollection allComponents = host.Container.Components;
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
250ComponentCollection allComponents = container.Components;
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
5569ComponentCollection comps = container.Components;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3956ComponentCollection components = container.Components;
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
217ComponentCollection comps = container.Components;