1 instantiation of FullTextState
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
107
return new
FullTextState
(store, markerStore, settings.IsSideways);
17 references to FullTextState
PresentationCore (17)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
46
FullTextState
fullText = paragraphCache.FullText;
126
FullTextState
fullText,
MS\Internal\TextFormatting\FullTextLine.cs (5)
46
private
FullTextState
_fullText; // full text state kept for collapsing purpose (only have it when StatusFlags.HasOverflowed is set)
104
FullTextState
fullText =
FullTextState
.Create(settings, cpFirst, finiteFormatWidth);
184
FullTextState
fullText,
2605
internal
FullTextState
FullTextState
MS\Internal\TextFormatting\FullTextState.cs (1)
66
internal static
FullTextState
Create(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
82
FullTextState
fullTextState = FullText;
414
FullTextState
fullText = FullText;
591
FullTextState
fullTextState = FullText;
3449
private
FullTextState
FullText
3451
get { return _owner as
FullTextState
; }
MS\Internal\TextFormatting\TextMetrics.cs (1)
119
FullTextState
fullText,
System\Windows\Media\textformatting\TextParagraphCache.cs (3)
27
private
FullTextState
_fullText; // full text state of the whole paragraph
46
_fullText =
FullTextState
.Create(settings, firstCharIndex, _finiteFormatWidth);
181
internal
FullTextState
FullText