3 writes to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
557ref parsedGlyphData.glyphIndex)) 565parsedGlyphData.glyphIndex = GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]); 660parsedGlyphData.glyphIndex = GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
343glyphRunProperties.glyphIndices[i] = parsedGlyphData.glyphIndex; 583parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways); 661parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);