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)
786Debug.Assert(_fullText != null); 800int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth( 804bool forceWrap = _fullText.ForceWrap; 805_fullText.ForceWrap = true; 814_fullText, 824_fullText.ForceWrap = forceWrap;