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