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)
64
TextFormatterContext context = settings.Formatter.AcquireContext(
_fullText
, IntPtr.Zero);
66
_fullText
.SetTabs(context);
198
get { return
_fullText
; }