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)
820if (_advanceWidths != null) 822foreach(double glyphAdvance in _advanceWidths) 1104return _advanceWidths; 1312accAdvance += _advanceWidths[i]; 1474accAdvance += _advanceWidths[i]; 1510accAdvance += _advanceWidths[i]; 1574accAdvance += _advanceWidths[i]; 1946pAdvanceWidths[i] = (float)_advanceWidths[i]; 1954float advanceWidth = (float)_advanceWidths[i]; 2326(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))),