1 write to _inSegment
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (1)
52_inSegment = new StrokeFIndices(inBegin, inEnd);
10 references to _inSegment
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (10)
81get { return _inSegment.BeginFIndex; } 82set { _inSegment.BeginFIndex = value; } 91get { return _inSegment.EndFIndex; } 92set { _inSegment.EndFIndex = value; } 101+ StrokeFIndices.GetStringRepresentation(_inSegment.BeginFIndex) + "," 102+ StrokeFIndices.GetStringRepresentation(_inSegment.EndFIndex) + "," 126return _hitSegment.GetHashCode() ^ _inSegment.GetHashCode(); 138return (left._hitSegment == right._hitSegment && left._inSegment == right._inSegment); 180get { return _inSegment; }