2 writes to _glyphIndices
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
345_glyphIndices = glyphIndices; 1086_glyphIndices = value;
9 references to _glyphIndices
PresentationCore (9)
System\Windows\Media\GlyphRun.cs (9)
1073return _glyphIndices; 1199return _glyphIndices.Count; 1212return _glyphIndices.Count; 1235int glyphIndicesCount = _glyphIndices.Count; 1238_glyphIndices.CopyTo(glyphIndices, 0); 1554ushort glyphIndex = _glyphIndices[i]; 1922pGlyphIndices[i] = _glyphIndices[i]; 1931ushort glyphIndex = _glyphIndices[i]; 2321_glyphIndices,