1 write to _component
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
50_component = (IComponent)component;
6 references to _component
System.Windows.Forms (6)
System\Windows\Forms\Design\ComponentEditorForm.cs (6)
78if (_component.Site.TryGetService(out IComponentChangeService? changeService)) 82changeService.OnComponentChanging(_component, null); 99changeService?.OnComponentChanged(_component); 170if (_component.Site?.TryGetService(out IUIService? uiService) == true) 223ISite? site = _component.Site; 348_pageSites[n] = new ComponentEditorPageSite(_pageHost, _pageTypes[n], _component, this);