2 writes to _fullText
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
356_fullText = fullText; 368_fullText = fullText;
7 references to _fullText
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
739Debug.Assert(_fullText != null); 753int finiteFormatWidth = _fullText.TextStore.Settings.GetFiniteFormatWidth( 757bool forceWrap = _fullText.ForceWrap; 758_fullText.ForceWrap = true; 767_fullText, 777_fullText.ForceWrap = forceWrap; 2606get { return _fullText; }