4 references to TextMarkerStore
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (1)
211TextStore markerStore = fullText.TextMarkerStore;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
349if (FullText.TextMarkerStore != null) 398TextStore markerStore = FullText.TextMarkerStore; 622TextStore markerStore = fullTextState.TextMarkerStore;