1 write to _plsrunVector
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
384
_plsrunVector
= store.PlsrunVector;
7 references to _plsrunVector
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
1390
SpanRider plsrunSpanRider = new SpanRider(
_plsrunVector
);
1979
SpanRider plsrunSpanRider = new SpanRider(
_plsrunVector
);
2057
if (
_plsrunVector
== null)
2069
for (int i = 0; i <
_plsrunVector
.Count && cchLeft > 0; i++)
2071
Span plsrunSpan =
_plsrunVector
[i];
2670
foreach(Span span in
_plsrunVector
)
2706
SpanRider plsrunSpanRider = new SpanRider(
_plsrunVector
);