1 write to _markerStore
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
122
_markerStore
= markerStore;
6 references to _markerStore
PresentationCore (6)
MS\Internal\TextFormatting\FullTextState.cs (6)
187
if (
_markerStore
!= null)
266
if (
_markerStore
!= null)
268
return Math.Min(0, TextFormatterImp.RealToIdeal(
_markerStore
.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent);
548
return TextStore.IsMarker(plsrun) ?
_markerStore
: _store;
557
return lscp < 0 ?
_markerStore
: _store;
616
get { return
_markerStore
; }