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