4 writes to _cpLast
PresentationFramework (4)
MS\Internal\Documents\TextContainerHelper.cs (4)
29
_cpLast
= cpLast;
47
_cpLast
= other._cpLast;
199
_cpLast
= Math.Max(_cpLast, cpLast);
276
_cpLast
= _ranges[1];
12 references to _cpLast
PresentationFramework (12)
MS\Internal\Documents\TextContainerHelper.cs (12)
47
_cpLast = other.
_cpLast
;
66
Merge(other._cpFirst, other.
_cpLast
);
92
_textContainer.CreatePointerAtOffset(
_cpLast
, LogicalDirection.Backward),
115
if (cpPos >= _cpFirst && cpPos <=
_cpLast
)
118
if (strict && (_cpFirst !=
_cpLast
))
121
cpPos ==
_cpLast
&& position.LogicalDirection == LogicalDirection.Forward)
168
endPosition = _textContainer.CreatePointerAtOffset(IsSimple ?
_cpLast
: _ranges[(_size - 1) * 2 + 1], LogicalDirection.Backward);
177
if (cpFirst >
_cpLast
|| cpLast < _cpFirst)
181
if (cpFirst >
_cpLast
)
184
_ranges[1] =
_cpLast
;
193
_ranges[3] =
_cpLast
;
199
_cpLast = Math.Max(
_cpLast
, cpLast);