2 writes to _glyphIndices
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
374_glyphIndices = glyphIndices; 1115_glyphIndices = value;
9 references to _glyphIndices
PresentationCore (9)
System\Windows\Media\GlyphRun.cs (9)
1102return _glyphIndices; 1228return _glyphIndices.Count; 1241return _glyphIndices.Count; 1264int glyphIndicesCount = _glyphIndices.Count; 1267_glyphIndices.CopyTo(glyphIndices, 0); 1583ushort glyphIndex = _glyphIndices[i]; 1949pGlyphIndices[i] = _glyphIndices[i]; 1958ushort glyphIndex = _glyphIndices[i]; 2348_glyphIndices,