1 write to _store
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
127_store = store;
20 references to _store
PresentationCore (20)
MS\Internal\TextFormatting\FullTextState.cs (20)
185ParaProp pap = _store.Pap; 186FormatSettings settings = _store.Settings; 272return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 291int lsccp = lscpLim - _store.CpFirst; 294foreach (Span span in _store.PlsrunVector) 308lastRun = _store.GetRun(plsrun); 328count = count - cpFirst + _store.CpFirst; 363int ccp = cp - _store.CpFirst; 364int lscp = _store.CpFirst; 367SpanVector plsrunVector = _store.PlsrunVector; 378lsrun = _store.GetRun(plsrun); 431if (_store.Pap.Hyphenator != null) 437_store.Pap.Hyphenator, 497int cpFirst = _store.CpFirst; 511char[] rawText = _store.CollectRawWord( 552return TextStore.IsMarker(plsrun) ? _markerStore : _store; 561return lscp < 0 ? _markerStore : _store; 611get { return _store; } 629get { return _store.Settings.Formatter; } 638get { return _store.FormatWidth; }