3 writes to glyphIndex
PresentationFramework (3)
src\Framework\System\Windows\Documents\Glyphs.cs (3)
590ref parsedGlyphData.glyphIndex)) 598parsedGlyphData.glyphIndex = GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]); 693parsedGlyphData.glyphIndex = GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
src\Framework\System\Windows\Documents\Glyphs.cs (3)
377glyphRunProperties.glyphIndices[i] = parsedGlyphData.glyphIndex; 616parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways); 694parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);