3 references to GetService
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
3073
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
3094
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
3138
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;