1 write to _inSegment
PresentationCore (1)
MS\Internal\Ink\StrokeIntersection.cs (1)
45_inSegment = new StrokeFIndices(inBegin, inEnd);
10 references to _inSegment
PresentationCore (10)
MS\Internal\Ink\StrokeIntersection.cs (10)
74get { return _inSegment.BeginFIndex; } 75set { _inSegment.BeginFIndex = value; } 84get { return _inSegment.EndFIndex; } 85set { _inSegment.EndFIndex = value; } 94+ StrokeFIndices.GetStringRepresentation(_inSegment.BeginFIndex) + "," 95+ StrokeFIndices.GetStringRepresentation(_inSegment.EndFIndex) + "," 119return _hitSegment.GetHashCode() ^ _inSegment.GetHashCode(); 131return (left._hitSegment == right._hitSegment && left._inSegment == right._inSegment); 173get { return _inSegment; }