2 writes to _fullText
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
393
_fullText
= fullText;
405
_fullText
= fullText;
6 references to _fullText
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (6)
786
Debug.Assert(
_fullText
!= null);
800
int finiteFormatWidth =
_fullText
.TextStore.Settings.GetFiniteFormatWidth(
804
bool forceWrap =
_fullText
.ForceWrap;
805
_fullText
.ForceWrap = true;
814
_fullText
,
824
_fullText
.ForceWrap = forceWrap;