5 references to GlyphIndices
PresentationCore (2)
System\Windows\Media\FontEmbeddingManager.cs (1)
87foreach(ushort glyphIndex in glyphRun.GlyphIndices)
System\Windows\Media\GlyphsSerializer.cs (1)
60_indices = glyphRun.GlyphIndices;
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
447double advFont = typeFace.AdvanceWidths[glyphRun.GlyphIndices[glyphIndex]] * glyphRun.FontRenderingEmSize;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1639glyphRun.GlyphIndices, 2153if (serializeGlyphRun.GlyphIndices.Count > MaxGlyphCount)