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