1 write to _store
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
136_store = store;
20 references to _store
PresentationCore (20)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (20)
201ParaProp pap = _store.Pap; 202FormatSettings settings = _store.Settings; 292return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) - _store.Settings.TextIndent); 311int lsccp = lscpLim - _store.CpFirst; 314foreach (Span span in _store.PlsrunVector) 328lastRun = _store.GetRun(plsrun); 348count = count - cpFirst + _store.CpFirst; 383int ccp = cp - _store.CpFirst; 384int lscp = _store.CpFirst; 387SpanVector plsrunVector = _store.PlsrunVector; 398lsrun = _store.GetRun(plsrun); 452if (_store.Pap.Hyphenator != null) 458_store.Pap.Hyphenator, 518int cpFirst = _store.CpFirst; 532char[] rawText = _store.CollectRawWord( 573return TextStore.IsMarker(plsrun) ? _markerStore : _store; 582return lscp < 0 ? _markerStore : _store; 632get { return _store; } 650get { return _store.Settings.Formatter; } 659get { return _store.FormatWidth; }