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