2 writes to _advanceWidths
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
351
_advanceWidths
= advanceWidths;
1117
_advanceWidths
= value;
11 references to _advanceWidths
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
820
if (
_advanceWidths
!= null)
822
foreach(double glyphAdvance in
_advanceWidths
)
1104
return
_advanceWidths
;
1312
accAdvance +=
_advanceWidths
[i];
1474
accAdvance +=
_advanceWidths
[i];
1510
accAdvance +=
_advanceWidths
[i];
1574
accAdvance +=
_advanceWidths
[i];
1946
pAdvanceWidths[i] = (float)
_advanceWidths
[i];
1954
float advanceWidth = (float)
_advanceWidths
[i];
2326
(
_advanceWidths
== null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize,
_advanceWidths
)))),