Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
3 references to GetService
System.WorkflowServices (3)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (3)
54
glyphProviderService = this.
GetService
(typeof(IDesignerGlyphProviderService)) as IDesignerGlyphProviderService;
55
workflowView =
GetService
(typeof(WorkflowView)) as WorkflowView;
59
IDesignerHost designerHost = this.
GetService
(typeof(IDesignerHost)) as IDesignerHost;