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)
740Debug.Assert(_fullText != null); 754int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth( 758bool forceWrap = _fullText.ForceWrap; 759_fullText.ForceWrap = true; 768_fullText, 778_fullText.ForceWrap = forceWrap; 2607get { return _fullText; }