1 write to pvSvc
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
334this.pvSvc = (IPropertyValueUIService)GetService(typeof(IPropertyValueUIService));
2 references to pvSvc
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
333if (!pvSvcChecked && this.pvSvc == null) { 337return this.pvSvc;