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)
187if (_markerStore != null) 266if (_markerStore != null) 268return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 548return TextStore.IsMarker(plsrun) ? _markerStore : _store; 557return lscp < 0 ? _markerStore : _store; 616get { return _markerStore; }