15 references to IPropertyValueUIService
System.Windows.Forms (9)
System\Drawing\Design\IPropertyValueUIService.cs (1)
40/// Notifies the <see cref="IPropertyValueUIService"/> implementation that the
System\Drawing\Design\PropertyValueUIHandler.cs (1)
9/// <summary>Represents a delegate to be added to <see cref="IPropertyValueUIService"/>.</summary>
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
265if (_designerHost.TryGetService(out IPropertyValueUIService? propertyValueService)) 291if (value.TryGetService(out IPropertyValueUIService? propertyValueService))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (5)
17private IPropertyValueUIService? _propertyValueUIService; 226private IPropertyValueUIService? PropertyValueUIService 232_propertyValueUIService = (IPropertyValueUIService?)GetService(typeof(IPropertyValueUIService)); 509IPropertyValueUIService? uiService = PropertyValueUIService;
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DocumentDesigner.cs (6)
428IPropertyValueUIService pvUISvc = (IPropertyValueUIService)GetService(typeof(IPropertyValueUIService)); 707IPropertyValueUIService pvUISvc = (IPropertyValueUIService)component.Site.GetService(typeof(IPropertyValueUIService));