1 write to _markerStore
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
121
_markerStore
= markerStore;
6 references to _markerStore
PresentationCore (6)
MS\Internal\TextFormatting\FullTextState.cs (6)
186
if (
_markerStore
!= null)
265
if (
_markerStore
!= null)
267
return Math.Min(0, TextFormatterImp.RealToIdeal(
_markerStore
.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent);
547
return TextStore.IsMarker(plsrun) ?
_markerStore
: _store;
556
return lscp < 0 ?
_markerStore
: _store;
615
get { return
_markerStore
; }