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