1 write to _inSegment
PresentationCore (1)
MS\Internal\Ink\StrokeIntersection.cs (1)
44_inSegment = new StrokeFIndices(inBegin, inEnd);
10 references to _inSegment
PresentationCore (10)
MS\Internal\Ink\StrokeIntersection.cs (10)
73get { return _inSegment.BeginFIndex; } 74set { _inSegment.BeginFIndex = value; } 83get { return _inSegment.EndFIndex; } 84set { _inSegment.EndFIndex = value; } 93+ StrokeFIndices.GetStringRepresentation(_inSegment.BeginFIndex) + "," 94+ StrokeFIndices.GetStringRepresentation(_inSegment.EndFIndex) + "," 118return _hitSegment.GetHashCode() ^ _inSegment.GetHashCode(); 130return (left._hitSegment == right._hitSegment && left._inSegment == right._inSegment); 172get { return _inSegment; }