1 write to _fullText
PresentationCore (1)
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
61_fullText = FullTextState.Create(settings, firstCharIndex, _finiteFormatWidth);
3 references to _fullText
PresentationCore (3)
System\Windows\Media\textformatting\TextParagraphCache.cs (3)
64TextFormatterContext context = settings.Formatter.AcquireContext(_fullText, IntPtr.Zero); 66_fullText.SetTabs(context); 198get { return _fullText; }