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