3 references to GetService
System.Workflow.ComponentModel (3)
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (3)
175
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
188
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;
228
ISelectionService selectionService =
GetService
(typeof(ISelectionService)) as ISelectionService;