1 write to _host
DesignSurfaceExt (1)
PropertyGridExt.cs (1)
50
_host
= value;
3 references to _host
DesignSurfaceExt (3)
PropertyGridExt.cs (3)
15
_componentChangeService ??= (IComponentChangeService)
_host
.GetService(typeof(IComponentChangeService));
41
return
_host
;
45
if (
_host
== value)