1 write to _store
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
120_store = store;
20 references to _store
PresentationCore (20)
MS\Internal\TextFormatting\FullTextState.cs (20)
178ParaProp pap = _store.Pap; 179FormatSettings settings = _store.Settings; 267return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 286int lsccp = lscpLim - _store.CpFirst; 289foreach (Span span in _store.PlsrunVector) 303lastRun = _store.GetRun(plsrun); 323count = count - cpFirst + _store.CpFirst; 358int ccp = cp - _store.CpFirst; 359int lscp = _store.CpFirst; 362SpanVector plsrunVector = _store.PlsrunVector; 373lsrun = _store.GetRun(plsrun); 426if (_store.Pap.Hyphenator != null) 432_store.Pap.Hyphenator, 492int cpFirst = _store.CpFirst; 506char[] rawText = _store.CollectRawWord( 547return TextStore.IsMarker(plsrun) ? _markerStore : _store; 556return lscp < 0 ? _markerStore : _store; 606get { return _store; } 624get { return _store.Settings.Formatter; } 633get { return _store.FormatWidth; }