3 writes to advanceWidth
PresentationFramework (3)
src\Framework\System\Windows\Documents\Glyphs.cs (3)
616parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways); 623parsedGlyphData.advanceWidth = double.Parse(valueSpec, CultureInfo.InvariantCulture); 694parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);
2 references to advanceWidth
PresentationFramework (2)
src\Framework\System\Windows\Documents\Glyphs.cs (2)
380glyphRunProperties.advanceWidths[i] = parsedGlyphData.advanceWidth * fromEmToMil; 624if (parsedGlyphData.advanceWidth < 0)