2 writes to _advanceWidths
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
380
_advanceWidths
= advanceWidths;
1159
_advanceWidths
= value;
11 references to _advanceWidths
PresentationCore (11)
Core\CSharp\System\Windows\Media\GlyphRun.cs (11)
857
if (
_advanceWidths
!= null)
859
foreach(double glyphAdvance in
_advanceWidths
)
1145
return
_advanceWidths
;
1354
accAdvance +=
_advanceWidths
[i];
1515
accAdvance +=
_advanceWidths
[i];
1551
accAdvance +=
_advanceWidths
[i];
1615
accAdvance +=
_advanceWidths
[i];
1992
pAdvanceWidths[i] = (float)
_advanceWidths
[i];
2000
float advanceWidth = (float)
_advanceWidths
[i];
2373
(
_advanceWidths
== null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize,
_advanceWidths
)))),