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