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