4 references to TextMarkerStore
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (1)
198TextStore markerStore = fullText.TextMarkerStore;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
319if (FullText.TextMarkerStore != null) 368TextStore markerStore = FullText.TextMarkerStore; 592TextStore markerStore = fullTextState.TextMarkerStore;