4 writes to _cpFirst
PresentationFramework (4)
MS\Internal\Documents\TextContainerHelper.cs (4)
32
_cpFirst
= cpFirst;
50
_cpFirst
= other._cpFirst;
202
_cpFirst
= Math.Min(_cpFirst, cpFirst);
279
_cpFirst
= _ranges[0];
11 references to _cpFirst
PresentationFramework (11)
MS\Internal\Documents\TextContainerHelper.cs (11)
50
_cpFirst = other.
_cpFirst
;
70
Merge(other.
_cpFirst
, other._cpLast);
95
_textContainer.CreatePointerAtOffset(
_cpFirst
, LogicalDirection.Forward),
119
if (cpPos >=
_cpFirst
&& cpPos <= _cpLast)
122
if (strict && (
_cpFirst
!= _cpLast))
124
if (cpPos ==
_cpFirst
&& position.LogicalDirection == LogicalDirection.Backward ||
160
startPosition = _textContainer.CreatePointerAtOffset(IsSimple ?
_cpFirst
: _ranges[0], LogicalDirection.Forward);
181
if (cpFirst > _cpLast || cpLast <
_cpFirst
)
187
_ranges[0] =
_cpFirst
;
196
_ranges[2] =
_cpFirst
;
202
_cpFirst = Math.Min(
_cpFirst
, cpFirst);