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