2 references to GetService
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesignerAccessibleObject.cs (2)
150
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
193
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;