1 write to _fullText
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (1)
72_fullText = FullTextState.Create(settings, firstCharIndex, _finiteFormatWidth);
3 references to _fullText
PresentationCore (3)
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (3)
75TextFormatterContext context = settings.Formatter.AcquireContext(_fullText, IntPtr.Zero); 77_fullText.SetTabs(context); 219get { return _fullText; }