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)
81
get { return
_inSegment
.BeginFIndex; }
82
set {
_inSegment
.BeginFIndex = value; }
91
get { return
_inSegment
.EndFIndex; }
92
set {
_inSegment
.EndFIndex = value; }
101
+ StrokeFIndices.GetStringRepresentation(
_inSegment
.BeginFIndex) + ","
102
+ StrokeFIndices.GetStringRepresentation(
_inSegment
.EndFIndex) + ","
126
return _hitSegment.GetHashCode() ^
_inSegment
.GetHashCode();
138
return (left._hitSegment == right._hitSegment && left.
_inSegment
== right.
_inSegment
);
180
get { return
_inSegment
; }