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)
73
get { return
_inSegment
.BeginFIndex; }
74
set {
_inSegment
.BeginFIndex = value; }
83
get { return
_inSegment
.EndFIndex; }
84
set {
_inSegment
.EndFIndex = value; }
93
+ StrokeFIndices.GetStringRepresentation(
_inSegment
.BeginFIndex) + ","
94
+ StrokeFIndices.GetStringRepresentation(
_inSegment
.EndFIndex) + ","
118
return _hitSegment.GetHashCode() ^
_inSegment
.GetHashCode();
130
return (left._hitSegment == right._hitSegment && left.
_inSegment
== right.
_inSegment
);
172
get { return
_inSegment
; }