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