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