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)
835if (_advanceWidths != null) 837foreach(double glyphAdvance in _advanceWidths) 1119return _advanceWidths; 1327accAdvance += _advanceWidths[i]; 1489accAdvance += _advanceWidths[i]; 1525accAdvance += _advanceWidths[i]; 1589accAdvance += _advanceWidths[i]; 1959pAdvanceWidths[i] = (float)_advanceWidths[i]; 1967float advanceWidth = (float)_advanceWidths[i]; 2339(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))),