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