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