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