2 writes to _advanceWidths
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
350_advanceWidths = advanceWidths; 1116_advanceWidths = value;
11 references to _advanceWidths
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
819if (_advanceWidths != null) 821foreach(double glyphAdvance in _advanceWidths) 1103return _advanceWidths; 1311accAdvance += _advanceWidths[i]; 1473accAdvance += _advanceWidths[i]; 1509accAdvance += _advanceWidths[i]; 1573accAdvance += _advanceWidths[i]; 1945pAdvanceWidths[i] = (float)_advanceWidths[i]; 1953float advanceWidth = (float)_advanceWidths[i]; 2325(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))),