4 references to TextMarkerStore
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
234TextStore markerStore = fullText.TextMarkerStore;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
377if (FullText.TextMarkerStore != null) 430TextStore markerStore = FullText.TextMarkerStore; 671TextStore markerStore = fullTextState.TextMarkerStore;