1 instantiation of FullTextState
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
106return new FullTextState(store, markerStore, settings.IsSideways);
17 references to FullTextState
PresentationCore (17)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
45FullTextState fullText = paragraphCache.FullText; 125FullTextState fullText,
MS\Internal\TextFormatting\FullTextLine.cs (5)
45private FullTextState _fullText; // full text state kept for collapsing purpose (only have it when StatusFlags.HasOverflowed is set) 103FullTextState fullText = FullTextState.Create(settings, cpFirst, finiteFormatWidth); 183FullTextState fullText, 2604internal FullTextState FullTextState
MS\Internal\TextFormatting\FullTextState.cs (1)
65internal static FullTextState Create(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
81FullTextState fullTextState = FullText; 413FullTextState fullText = FullText; 590FullTextState fullTextState = FullText; 3448private FullTextState FullText 3450get { return _owner as FullTextState; }
MS\Internal\TextFormatting\TextMetrics.cs (1)
118FullTextState fullText,
System\Windows\Media\textformatting\TextParagraphCache.cs (3)
26private FullTextState _fullText; // full text state of the whole paragraph 45_fullText = FullTextState.Create(settings, firstCharIndex, _finiteFormatWidth); 180internal FullTextState FullText