1 instantiation of FullTextState
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
122return new FullTextState(store, markerStore, settings.IsSideways);
16 references to FullTextState
PresentationCore (16)
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
76FullTextState fullText = paragraphCache.FullText; 161FullTextState fullText,
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
64private FullTextState _fullText; // full text state kept for collapsing purpose (only have it when StatusFlags.HasOverflowed is set) 122FullTextState fullText = FullTextState.Create(settings, cpFirst, finiteFormatWidth); 220FullTextState fullText,
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
81internal static FullTextState Create(
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
131FullTextState fullTextState = FullText; 480FullTextState fullText = FullText; 670FullTextState fullTextState = FullText; 3745private FullTextState FullText 3748get { return _owner as FullTextState; }
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
140FullTextState fullText,
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (3)
47private FullTextState _fullText; // full text state of the whole paragraph 72_fullText = FullTextState.Create(settings, firstCharIndex, _finiteFormatWidth); 217internal FullTextState FullText