Base:
method
GetService
System.ComponentModel.Container.GetService(System.Type)
3 references to GetService
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerHost.cs (2)
708ISelectionService? selectionService = (ISelectionService?)GetService(typeof(ISelectionService)); 1301object? IServiceProvider.GetService(Type serviceType) => GetService(serviceType);
System\ComponentModel\Design\DesignerHost.Site.cs (1)
181return _host.GetService(service);