2 writes to _advanceWidths
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
350
_advanceWidths
= advanceWidths;
1116
_advanceWidths
= value;
11 references to _advanceWidths
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
819
if (
_advanceWidths
!= null)
821
foreach(double glyphAdvance in
_advanceWidths
)
1103
return
_advanceWidths
;
1311
accAdvance +=
_advanceWidths
[i];
1473
accAdvance +=
_advanceWidths
[i];
1509
accAdvance +=
_advanceWidths
[i];
1573
accAdvance +=
_advanceWidths
[i];
1945
pAdvanceWidths[i] = (float)
_advanceWidths
[i];
1953
float advanceWidth = (float)
_advanceWidths
[i];
2325
(
_advanceWidths
== null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize,
_advanceWidths
)))),