1 write to _host
DesignSurfaceExt (1)
PropertyGridExt.cs (1)
53
_host
= value;
3 references to _host
DesignSurfaceExt (3)
PropertyGridExt.cs (3)
19
_componentChangeService ??= (IComponentChangeService)
_host
.GetService(typeof(IComponentChangeService));
44
return
_host
;
48
if (
_host
== value)