Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
1 override of GetService
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
255
public override object
GetService
(Type serviceType) {
7 references to GetService
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1332
IUIService uiSvc = (IUIService)
GetService
(typeof(IUIService));
1839
return parentPE.
GetService
(serviceType);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
287
eventBindings = (IEventBindingService)
GetService
(typeof(IEventBindingService));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
334
this.pvSvc = (IPropertyValueUIService)
GetService
(typeof(IPropertyValueUIService));
565
eventBindings = (IEventBindingService)
GetService
(typeof(IEventBindingService));
710
eventBindings = (IEventBindingService)
GetService
(typeof(IEventBindingService));
910
eventBindings = (IEventBindingService)
GetService
(typeof(IEventBindingService));