6 references to BeingEdited
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (2)
64return (this.BeingEdited && this.activeEditPoint.Type == EditPoint.EditPointTypes.ConnectionEditPoint 73return (this.BeingEdited && this.activeEditPoint.Type == EditPoint.EditPointTypes.ConnectionEditPoint
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (4)
476if (connectorEditor != null && connectorEditor.BeingEdited 496if (connectorEditor != null && connectorEditor.BeingEdited) 511if (connectorEditor != null && connectorEditor.BeingEdited) 533if (connectorEditor != null && connectorEditor.BeingEdited)