1 write to component
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
72this.component = (IComponent)component;
8 references to component
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (8)
99if (component.Site != null) { 100changeService = (IComponentChangeService)component.Site.GetService(typeof(IComponentChangeService)); 103changeService.OnComponentChanging(component, null); 122changeService.OnComponentChanged(component, null, null, null); 213if (component.Site != null) { 214IUIService uiService = (IUIService)component.Site.GetService(typeof(IUIService)); 258ISite site = component.Site; 390pageSites[n] = new ComponentEditorPageSite(pageHost, pageTypes[n], component, this);