2 writes to IsHighlightedForAutoSplit
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (2)
275this.IsHighlightedForAutoSplit = true; 282this.IsHighlightedForAutoSplit = false;
2 references to IsHighlightedForAutoSplit
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (2)
223if (this.IsHighlightedForAutoSplit) 234if (this.AutoSplitEnabled && this.IsHighlightedForAutoSplit)