9 references to TextStore
PresentationCore (9)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (3)
48
FormatSettings settings = fullText.
TextStore
.Settings;
55
(firstCharIndex == fullText.
TextStore
.CpFirst)
143
upStartMainText = fullText.
TextStore
.Settings.TextIndent
MS\Internal\TextFormatting\FullTextLine.cs (2)
196
TextStore store = fullText.
TextStore
;
753
int finiteFormatWidth = _fullText.
TextStore
.Settings.GetFiniteFormatWidth(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
236
SetChpFormat(FullText.
TextStore
.Pap.TextDecorations, ref lschp);
366
TextStore store = FullText.
TextStore
;
592
TextStore store = fullTextState.
TextStore
;
MS\Internal\TextFormatting\TextMetrics.cs (1)
127
TextStore store = fullText.
TextStore
;