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