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