1 write to _plsrunVector
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
383
_plsrunVector
= store.PlsrunVector;
7 references to _plsrunVector
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
1389
SpanRider plsrunSpanRider = new SpanRider(
_plsrunVector
);
1978
SpanRider plsrunSpanRider = new SpanRider(
_plsrunVector
);
2056
if (
_plsrunVector
== null)
2068
for (int i = 0; i <
_plsrunVector
.Count && cchLeft > 0; i++)
2070
Span plsrunSpan =
_plsrunVector
[i];
2669
foreach(Span span in
_plsrunVector
)
2705
SpanRider plsrunSpanRider = new SpanRider(
_plsrunVector
);