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)
255public override object GetService(Type serviceType) {
7 references to GetService
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1332IUIService uiSvc = (IUIService)GetService(typeof(IUIService)); 1839return parentPE.GetService(serviceType);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
287eventBindings = (IEventBindingService)GetService(typeof(IEventBindingService));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
334this.pvSvc = (IPropertyValueUIService)GetService(typeof(IPropertyValueUIService)); 565eventBindings = (IEventBindingService)GetService(typeof(IEventBindingService)); 710eventBindings = (IEventBindingService)GetService(typeof(IEventBindingService)); 910eventBindings = (IEventBindingService)GetService(typeof(IEventBindingService));