1 write to _componentChangeService
DemoConsole (1)
PropertyGridExtended.cs (1)
16
_componentChangeService
??= (IComponentChangeService)_host.GetService(typeof(IComponentChangeService));
2 references to _componentChangeService
DemoConsole (2)
PropertyGridExtended.cs (2)
17
return
_componentChangeService
;
29
_componentChangeService
?.ComponentChanged -= OnComponentChanged;