4 references to TextMarkerStore
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (1)
197
TextStore markerStore = fullText.
TextMarkerStore
;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
318
if (FullText.
TextMarkerStore
!= null)
367
TextStore markerStore = FullText.
TextMarkerStore
;
591
TextStore markerStore = fullTextState.
TextMarkerStore
;