1 instantiation of FullTextState
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
107return new FullTextState(store, markerStore, settings.IsSideways);
17 references to FullTextState
PresentationCore (17)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
46FullTextState fullText = paragraphCache.FullText; 126FullTextState fullText,
MS\Internal\TextFormatting\FullTextLine.cs (5)
46private FullTextState _fullText; // full text state kept for collapsing purpose (only have it when StatusFlags.HasOverflowed is set) 104FullTextState fullText = FullTextState.Create(settings, cpFirst, finiteFormatWidth); 184FullTextState fullText, 2605internal FullTextState FullTextState
MS\Internal\TextFormatting\FullTextState.cs (1)
66internal static FullTextState Create(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
82FullTextState fullTextState = FullText; 414FullTextState fullText = FullText; 591FullTextState fullTextState = FullText; 3449private FullTextState FullText 3451get { return _owner as FullTextState; }
MS\Internal\TextFormatting\TextMetrics.cs (1)
119FullTextState fullText,
System\Windows\Media\textformatting\TextParagraphCache.cs (3)
27private FullTextState _fullText; // full text state of the whole paragraph 46_fullText = FullTextState.Create(settings, firstCharIndex, _finiteFormatWidth); 181internal FullTextState FullText