9 references to TextStore
PresentationCore (9)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (3)
49
FormatSettings settings = fullText.
TextStore
.Settings;
56
(firstCharIndex == fullText.
TextStore
.CpFirst)
144
upStartMainText = fullText.
TextStore
.Settings.TextIndent
MS\Internal\TextFormatting\FullTextLine.cs (2)
197
TextStore store = fullText.
TextStore
;
754
int finiteFormatWidth = _fullText.
TextStore
.Settings.GetFiniteFormatWidth(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
237
SetChpFormat(FullText.
TextStore
.Pap.TextDecorations, ref lschp);
367
TextStore store = FullText.
TextStore
;
593
TextStore store = fullTextState.
TextStore
;
MS\Internal\TextFormatting\TextMetrics.cs (1)
128
TextStore store = fullText.
TextStore
;