1 write to _host
DemoConsole (1)
PropertyGridExtended.cs (1)
48
_host
= value;
3 references to _host
DemoConsole (3)
PropertyGridExtended.cs (3)
16
_componentChangeService ??= (IComponentChangeService)
_host
.GetService(typeof(IComponentChangeService));
39
return
_host
;
43
if (
_host
== value)