18 references to ParentDesigner
System.Workflow.Activities (1)
Designers\StateDesignerConnector.cs (1)
44StateDesigner stateDesigner = (StateDesigner)this.ParentDesigner;
System.Workflow.ComponentModel (17)
AuthoringOM\Design\Connector.cs (7)
430if (!connectorModified && ParentDesigner != null) 753WorkflowView parentView = this.connector.ParentDesigner.ParentView; 761WorkflowView parentView = this.connector.ParentDesigner.ParentView; 783return connector.ParentDesigner.AccessibilityObject; 939if (this.editedConnector.ParentDesigner == null) 963if (this.editedConnector.ParentDesigner != null) 965this.editedConnector.ParentDesigner.OnConnectorChanged(new ConnectorEventArgs(this.editedConnector));
AuthoringOM\Design\FreeFormDesigner.cs (1)
702connectorToDelete.ParentDesigner.RemoveConnector(connectorToDelete);
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (9)
238connector.OnPaintSelected(new ActivityDesignerPaintEventArgs(e.Graphics, connector.ParentDesigner.Bounds, viewPort, connector.ParentDesigner.DesignerTheme), (selectedComponents == selectionService.PrimarySelection), new Point[] { }); 248editableConnector.OnPaint(new ActivityDesignerPaintEventArgs(e.Graphics, selectedConnector.ParentDesigner.Bounds, viewPort, selectedConnector.ParentDesigner.DesignerTheme), true, true); 254FreeformActivityDesigner designer = (this.connectorEditor.EditedConnector.ParentDesigner != null) ? this.connectorEditor.EditedConnector.ParentDesigner : ConnectionManager.GetConnectorContainer(this.connectorEditor.EditedConnector.Source.AssociatedDesigner); 272if (selectedConnector != null && selectedConnector.ParentDesigner.EnableUserDrawnConnectors && new ConnectorEditor(selectedConnector).HitTest(editPoint)) 297if (selectedConnector != null && selectedConnector.ParentDesigner.EnableUserDrawnConnectors && new ConnectorEditor(selectedConnector).HitTest(editPoint)) 450if (selectedConnector != null && selectedConnector.ParentDesigner.EnableUserDrawnConnectors)