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)
230if (!_propertyValueUIServiceChecked && _propertyValueUIService is null) 236return _propertyValueUIService;