21 references to GetConnectorContainer
System.Workflow.ComponentModel (21)
AuthoringOM\Design\Connector.cs (9)
217if (ConnectionManager.GetConnectorContainer(source.AssociatedDesigner) != ConnectionManager.GetConnectorContainer(target.AssociatedDesigner)) 257if (ConnectionManager.GetConnectorContainer(value.AssociatedDesigner) != ConnectionManager.GetConnectorContainer(this.target.AssociatedDesigner)) 281if (ConnectionManager.GetConnectorContainer(value.AssociatedDesigner) != ConnectionManager.GetConnectorContainer(this.source.AssociatedDesigner)) 871ConnectionManager.GetConnectorContainer(editPointHit.EditedConnectionPoint.AssociatedDesigner) != null)) 919FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(activeEditPoint.EditedConnectionPoint.AssociatedDesigner); 933if (connectorContainer == ConnectionManager.GetConnectorContainer(target.AssociatedDesigner) &&
AuthoringOM\Design\FreeFormDesigner.cs (5)
433FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(source.AssociatedDesigner); 600FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(this); 609FreeformActivityDesigner topMostParentDesigner = ConnectionManager.GetConnectorContainer(designerToMove); 669FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(this); 1073FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(this);
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (7)
142FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(MessageHitTestContext.AssociatedDesigner); 163FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(MessageHitTestContext.AssociatedDesigner); 254FreeformActivityDesigner designer = (this.connectorEditor.EditedConnector.ParentDesigner != null) ? this.connectorEditor.EditedConnector.ParentDesigner : ConnectionManager.GetConnectorContainer(this.connectorEditor.EditedConnector.Source.AssociatedDesigner); 282FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(connectionPointHitTestInfo.AssociatedDesigner); 304FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(connectionPointHitTestInfo.AssociatedDesigner); 508FreeformActivityDesigner connectorContainer = ConnectionManager.GetConnectorContainer(activeConnectionPoint.AssociatedDesigner); 520if (ConnectionManager.GetConnectorContainer(designer) == connectorContainer)