2 writes to _fullText
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
357
_fullText
= fullText;
369
_fullText
= fullText;
7 references to _fullText
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
740
Debug.Assert(
_fullText
!= null);
754
int finiteFormatWidth =
_fullText
.TextStore.Settings.GetFiniteFormatWidth(
758
bool forceWrap =
_fullText
.ForceWrap;
759
_fullText
.ForceWrap = true;
768
_fullText
,
778
_fullText
.ForceWrap = forceWrap;
2607
get { return
_fullText
; }