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