3 references to End
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
229
if (!double.IsNaN(fp.Segments[i].
End
.X))
231
value += fp.Segments[i].
End
.X.ToString(NumberFormatInfo.InvariantInfo) + TextSelectionProcessor.Separator + fp.Segments[i].
End
.Y.ToString(NumberFormatInfo.InvariantInfo);