9 references to TextStore
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (3)
79
FormatSettings settings = fullText.
TextStore
.Settings;
86
(firstCharIndex == fullText.
TextStore
.CpFirst)
178
lineWidths.upStartMainText = fullText.
TextStore
.Settings.TextIndent;
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
233
TextStore store = fullText.
TextStore
;
800
int finiteFormatWidth = _fullText.
TextStore
.Settings.GetFiniteFormatWidth(
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
291
SetChpFormat(FullText.
TextStore
.Pap.TextDecorations, ref lschp);
429
TextStore store = FullText.
TextStore
;
672
TextStore store = fullTextState.
TextStore
;
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
149
TextStore store = fullText.
TextStore
;