9 references to TextStore
PresentationCore (9)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (3)
71
FormatSettings settings = fullText.
TextStore
.Settings;
78
(firstCharIndex == fullText.
TextStore
.CpFirst)
165
lineWidths.upStartMainText = fullText.
TextStore
.Settings.TextIndent;
MS\Internal\TextFormatting\FullTextLine.cs (2)
210
TextStore store = fullText.
TextStore
;
767
int finiteFormatWidth = _fullText.
TextStore
.Settings.GetFiniteFormatWidth(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
267
SetChpFormat(FullText.
TextStore
.Pap.TextDecorations, ref lschp);
397
TextStore store = FullText.
TextStore
;
623
TextStore store = fullTextState.
TextStore
;
MS\Internal\TextFormatting\TextMetrics.cs (1)
143
TextStore store = fullText.
TextStore
;