1 write to _markerStore
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
128_markerStore = markerStore;
6 references to _markerStore
PresentationCore (6)
MS\Internal\TextFormatting\FullTextState.cs (6)
193if (_markerStore != null) 270if (_markerStore != null) 272return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 552return TextStore.IsMarker(plsrun) ? _markerStore : _store; 561return lscp < 0 ? _markerStore : _store; 620get { return _markerStore; }