1 instantiation of FullTextState
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
113return new FullTextState(store, markerStore, settings.IsSideways);
17 references to FullTextState
PresentationCore (17)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
68FullTextState fullText = paragraphCache.FullText; 148FullTextState fullText,
MS\Internal\TextFormatting\FullTextLine.cs (5)
61private FullTextState _fullText; // full text state kept for collapsing purpose (only have it when StatusFlags.HasOverflowed is set) 119FullTextState fullText = FullTextState.Create(settings, cpFirst, finiteFormatWidth); 197FullTextState fullText, 2618internal FullTextState FullTextState
MS\Internal\TextFormatting\FullTextState.cs (1)
72internal static FullTextState Create(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
112FullTextState fullTextState = FullText; 444FullTextState fullText = FullText; 621FullTextState fullTextState = FullText; 3473private FullTextState FullText 3475get { return _owner as FullTextState; }
MS\Internal\TextFormatting\TextMetrics.cs (1)
134FullTextState fullText,
System\Windows\Media\textformatting\TextParagraphCache.cs (3)
42private FullTextState _fullText; // full text state of the whole paragraph 61_fullText = FullTextState.Create(settings, firstCharIndex, _finiteFormatWidth); 196internal FullTextState FullText