6 references to GetService
System.Windows.Forms.Design (6)
System\ComponentModel\Design\SelectionService.cs (6)
64if (GetService(typeof(IComponentChangeService)) is IComponentChangeService cs) 69if (GetService(typeof(IDesignerHost)) is IDesignerHost host) 186if (GetService(typeof(IHelpService)) is not IHelpService helpService) 223if (GetService(typeof(IDesignerHost)) is IDesignerHost host && _selection.Contains(host.RootComponent)) 273if (GetService(typeof(IDesignerHost)) is IDesignerHost host) 283if (GetService(typeof(IComponentChangeService)) is IComponentChangeService cs)