2 writes to _glyphIndices
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
346_glyphIndices = glyphIndices; 1087_glyphIndices = value;
9 references to _glyphIndices
PresentationCore (9)
System\Windows\Media\GlyphRun.cs (9)
1074return _glyphIndices; 1200return _glyphIndices.Count; 1213return _glyphIndices.Count; 1236int glyphIndicesCount = _glyphIndices.Count; 1239_glyphIndices.CopyTo(glyphIndices, 0); 1555ushort glyphIndex = _glyphIndices[i]; 1923pGlyphIndices[i] = _glyphIndices[i]; 1932ushort glyphIndex = _glyphIndices[i]; 2322_glyphIndices,