4 writes to _cpFirst
PresentationFramework (4)
MS\Internal\Documents\TextContainerHelper.cs (4)
28
_cpFirst
= cpFirst;
46
_cpFirst
= other._cpFirst;
198
_cpFirst
= Math.Min(_cpFirst, cpFirst);
275
_cpFirst
= _ranges[0];
11 references to _cpFirst
PresentationFramework (11)
MS\Internal\Documents\TextContainerHelper.cs (11)
46
_cpFirst = other.
_cpFirst
;
66
Merge(other.
_cpFirst
, other._cpLast);
91
_textContainer.CreatePointerAtOffset(
_cpFirst
, LogicalDirection.Forward),
115
if (cpPos >=
_cpFirst
&& cpPos <= _cpLast)
118
if (strict && (
_cpFirst
!= _cpLast))
120
if (cpPos ==
_cpFirst
&& position.LogicalDirection == LogicalDirection.Backward ||
156
startPosition = _textContainer.CreatePointerAtOffset(IsSimple ?
_cpFirst
: _ranges[0], LogicalDirection.Forward);
177
if (cpFirst > _cpLast || cpLast <
_cpFirst
)
183
_ranges[0] =
_cpFirst
;
192
_ranges[2] =
_cpFirst
;
198
_cpFirst = Math.Min(
_cpFirst
, cpFirst);