1 write to associatedDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Connector.cs (1)
79this.associatedDesigner = associatedDesigner;
9 references to associatedDesigner
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Connector.cs (9)
88return this.associatedDesigner; 109designerEdge = DesignerGeometryHelper.ClosestEdgeToPoint(Location, this.associatedDesigner.Bounds, designerEdge); 120IList<Point> connections = this.associatedDesigner.GetConnections(this.designerEdge); 132IList<Point> connections = this.associatedDesigner.GetConnections(DesignerEdges.All); 153if (connectionPoint.AssociatedDesigner == this.associatedDesigner && 163return (this.associatedDesigner.GetHashCode() ^ this.designerEdge.GetHashCode() ^ this.connectionIndex.GetHashCode()); 188if (this.associatedDesigner != null) 189defaultSize = new Size(Math.Max(defaultSize.Width, (int)this.associatedDesigner.DesignerTheme.ForegroundPen.Width * 4), Math.Max(defaultSize.Height, (int)this.associatedDesigner.DesignerTheme.ForegroundPen.Width * 4));