6 references to GetStringRepresentation
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\StrokeFIndices.cs (2)
81
return "{" +
GetStringRepresentation
(_beginFIndex) + "," +
GetStringRepresentation
(_endFIndex) + "}";
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (4)
100
return "{" + StrokeFIndices.
GetStringRepresentation
(_hitSegment.BeginFIndex) + ","
101
+ StrokeFIndices.
GetStringRepresentation
(_inSegment.BeginFIndex) + ","
102
+ StrokeFIndices.
GetStringRepresentation
(_inSegment.EndFIndex) + ","
103
+ StrokeFIndices.
GetStringRepresentation
(_hitSegment.EndFIndex) + "}";