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