5 references to InSegment
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\Lasso.cs (1)
455
if (previousIntersection.
InSegment
.IsEmpty)
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (4)
199
if (!intersections[j].
InSegment
.IsEmpty)
203
intersections[j].
InSegment
.BeginFIndex)
207
sfiPrevious.EndFIndex = intersections[j].
InSegment
.EndFIndex;
212
inFIndices.Add(intersections[j].
InSegment
);