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