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