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