2 writes to changeService
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (2)
115
changeService
= (IComponentChangeService)GetService(typeof(IComponentChangeService));
247
changeService
= null;
2 references to changeService
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (2)
114
if (
changeService
== null) {
117
return
changeService
;