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