1 write to parentDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
928this.parentDesigner = parentDesigner;
2 references to parentDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
934Rectangle itemBounds = this.parentDesigner.previewStrip.GetItemBounds(this.item); 944ISelectionService selectionService = this.parentDesigner.GetService(typeof(ISelectionService)) as ISelectionService;