2 writes to _textContainer
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (2)
41
_textContainer
= textContainer;
57
_textContainer
= other._textContainer;
14 references to _textContainer
PresentationFramework (14)
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (14)
48
if(other.
_textContainer
== null)
53
if (
_textContainer
== null)
57
_textContainer = other.
_textContainer
;
72
Invariant.Assert(
_textContainer
== other.
_textContainer
);
90
if (
_textContainer
== null)
100
_textContainer
.CreatePointerAtOffset(_cpFirst, LogicalDirection.Forward),
101
_textContainer
.CreatePointerAtOffset(_cpLast, LogicalDirection.Backward),
110
_textContainer
.CreatePointerAtOffset(_ranges[i * 2], LogicalDirection.Forward),
111
_textContainer
.CreatePointerAtOffset(_ranges[i * 2 + 1], LogicalDirection.Backward),
163
if (
_textContainer
!= null)
165
startPosition =
_textContainer
.CreatePointerAtOffset(IsSimple ? _cpFirst : _ranges[0], LogicalDirection.Forward);
175
if (
_textContainer
!= null)
177
endPosition =
_textContainer
.CreatePointerAtOffset(IsSimple ? _cpLast : _ranges[(_size - 1) * 2 + 1], LogicalDirection.Backward);