3 writes to advanceWidth
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
583parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways); 590parsedGlyphData.advanceWidth = double.Parse(valueSpec, provider: CultureInfo.InvariantCulture); 661parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);
2 references to advanceWidth
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
346glyphRunProperties.advanceWidths[i] = parsedGlyphData.advanceWidth * fromEmToMil; 591if (parsedGlyphData.advanceWidth < 0)