1 write to _propertyValueUIService
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
232
_propertyValueUIService
= (IPropertyValueUIService?)GetService(typeof(IPropertyValueUIService));
2 references to _propertyValueUIService
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
230
if (!_propertyValueUIServiceChecked &&
_propertyValueUIService
is null)
236
return
_propertyValueUIService
;