2 writes to _fullText
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
356
_fullText
= fullText;
368
_fullText
= fullText;
7 references to _fullText
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
739
Debug.Assert(
_fullText
!= null);
753
int finiteFormatWidth =
_fullText
.TextStore.Settings.GetFiniteFormatWidth(
757
bool forceWrap =
_fullText
.ForceWrap;
758
_fullText
.ForceWrap = true;
767
_fullText
,
777
_fullText
.ForceWrap = forceWrap;
2606
get { return
_fullText
; }