2 writes to _glyphIndices
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
375_glyphIndices = glyphIndices; 1128_glyphIndices = value;
9 references to _glyphIndices
PresentationCore (9)
Core\CSharp\System\Windows\Media\GlyphRun.cs (9)
1114return _glyphIndices; 1242return _glyphIndices.Count; 1255return _glyphIndices.Count; 1278int glyphIndicesCount = _glyphIndices.Count; 1281_glyphIndices.CopyTo(glyphIndices, 0); 1596ushort glyphIndex = _glyphIndices[i]; 1969pGlyphIndices[i] = _glyphIndices[i]; 1978ushort glyphIndex = _glyphIndices[i]; 2369_glyphIndices,