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