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)
857if (_advanceWidths != null) 859foreach(double glyphAdvance in _advanceWidths) 1145return _advanceWidths; 1354accAdvance += _advanceWidths[i]; 1515accAdvance += _advanceWidths[i]; 1551accAdvance += _advanceWidths[i]; 1615accAdvance += _advanceWidths[i]; 1992pAdvanceWidths[i] = (float)_advanceWidths[i]; 2000float advanceWidth = (float)_advanceWidths[i]; 2373(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))),