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