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)
74
get { return
_inSegment
.BeginFIndex; }
75
set {
_inSegment
.BeginFIndex = value; }
84
get { return
_inSegment
.EndFIndex; }
85
set {
_inSegment
.EndFIndex = value; }
94
+ StrokeFIndices.GetStringRepresentation(
_inSegment
.BeginFIndex) + ","
95
+ StrokeFIndices.GetStringRepresentation(
_inSegment
.EndFIndex) + ","
119
return _hitSegment.GetHashCode() ^
_inSegment
.GetHashCode();
131
return (left._hitSegment == right._hitSegment && left.
_inSegment
== right.
_inSegment
);
173
get { return
_inSegment
; }