Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
1 override of GetService
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
212
public override object?
GetService
(Type serviceType)
2 references to GetService
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1499
=> serviceType == typeof(GridItem) ? this : (_parent?.
GetService
(serviceType));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
232
_propertyValueUIService = (IPropertyValueUIService?)
GetService
(typeof(IPropertyValueUIService));