1 write to _store
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
121_store = store;
20 references to _store
PresentationCore (20)
MS\Internal\TextFormatting\FullTextState.cs (20)
179ParaProp pap = _store.Pap; 180FormatSettings settings = _store.Settings; 268return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 287int lsccp = lscpLim - _store.CpFirst; 290foreach (Span span in _store.PlsrunVector) 304lastRun = _store.GetRun(plsrun); 324count = count - cpFirst + _store.CpFirst; 359int ccp = cp - _store.CpFirst; 360int lscp = _store.CpFirst; 363SpanVector plsrunVector = _store.PlsrunVector; 374lsrun = _store.GetRun(plsrun); 427if (_store.Pap.Hyphenator != null) 433_store.Pap.Hyphenator, 493int cpFirst = _store.CpFirst; 507char[] rawText = _store.CollectRawWord( 548return TextStore.IsMarker(plsrun) ? _markerStore : _store; 557return lscp < 0 ? _markerStore : _store; 607get { return _store; } 625get { return _store.Settings.Formatter; } 634get { return _store.FormatWidth; }