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