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