6 references to GetStringRepresentation
PresentationCore (6)
MS\Internal\Ink\StrokeFIndices.cs (2)
72
return "{" +
GetStringRepresentation
(_beginFIndex) + "," +
GetStringRepresentation
(_endFIndex) + "}";
MS\Internal\Ink\StrokeIntersection.cs (4)
93
return "{" + StrokeFIndices.
GetStringRepresentation
(_hitSegment.BeginFIndex) + ","
94
+ StrokeFIndices.
GetStringRepresentation
(_inSegment.BeginFIndex) + ","
95
+ StrokeFIndices.
GetStringRepresentation
(_inSegment.EndFIndex) + ","
96
+ StrokeFIndices.
GetStringRepresentation
(_hitSegment.EndFIndex) + "}";