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)
78
if (
_component
.Site.TryGetService(out IComponentChangeService? changeService))
82
changeService.OnComponentChanging(
_component
, null);
99
changeService?.OnComponentChanged(
_component
);
170
if (
_component
.Site?.TryGetService(out IUIService? uiService) == true)
223
ISite? site =
_component
.Site;
348
_pageSites[n] = new ComponentEditorPageSite(_pageHost, _pageTypes[n],
_component
, this);