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