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