2 writes to _fullText
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
370_fullText = fullText; 382_fullText = fullText;
7 references to _fullText
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
753Debug.Assert(_fullText != null); 767int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth( 771bool forceWrap = _fullText.ForceWrap; 772_fullText.ForceWrap = true; 781_fullText, 791_fullText.ForceWrap = forceWrap; 2620get { return _fullText; }