1 write to parentDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Connector.cs (1)
589this.parentDesigner = parentDesigner;
10 references to parentDesigner
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Connector.cs (10)
324return this.parentDesigner; 413this.connectorModified = (this.parentDesigner != null && segments.Count > 0); 506if (this.parentDesigner != null && this.parentDesigner.Activity != null && this.parentDesigner.Activity.Site != null) 507service = this.parentDesigner.Activity.Site.GetService(serviceType); 586if (this.parentDesigner != null && workflowView != null) 587workflowView.InvalidateLogicalRectangle(this.parentDesigner.Bounds); 591if (this.parentDesigner != null && workflowView != null) 592workflowView.InvalidateLogicalRectangle(this.parentDesigner.Bounds);