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)
201
ParaProp pap =
_store
.Pap;
202
FormatSettings settings =
_store
.Settings;
292
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.Offset) -
_store
.Settings.TextIndent);
311
int lsccp = lscpLim -
_store
.CpFirst;
314
foreach (Span span in
_store
.PlsrunVector)
328
lastRun =
_store
.GetRun(plsrun);
348
count = count - cpFirst +
_store
.CpFirst;
383
int ccp = cp -
_store
.CpFirst;
384
int lscp =
_store
.CpFirst;
387
SpanVector plsrunVector =
_store
.PlsrunVector;
398
lsrun =
_store
.GetRun(plsrun);
452
if (
_store
.Pap.Hyphenator != null)
458
_store
.Pap.Hyphenator,
518
int cpFirst =
_store
.CpFirst;
532
char[] rawText =
_store
.CollectRawWord(
573
return TextStore.IsMarker(plsrun) ? _markerStore :
_store
;
582
return lscp < 0 ? _markerStore :
_store
;
632
get { return
_store
; }
650
get { return
_store
.Settings.Formatter; }
659
get { return
_store
.FormatWidth; }