2 writes to _advanceWidths
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
366
_advanceWidths
= advanceWidths;
1132
_advanceWidths
= value;
11 references to _advanceWidths
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
835
if (
_advanceWidths
!= null)
837
foreach(double glyphAdvance in
_advanceWidths
)
1119
return
_advanceWidths
;
1327
accAdvance +=
_advanceWidths
[i];
1489
accAdvance +=
_advanceWidths
[i];
1525
accAdvance +=
_advanceWidths
[i];
1589
accAdvance +=
_advanceWidths
[i];
1959
pAdvanceWidths[i] = (float)
_advanceWidths
[i];
1967
float advanceWidth = (float)
_advanceWidths
[i];
2339
(
_advanceWidths
== null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize,
_advanceWidths
)))),