2 writes to _glyphIndices
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
361_glyphIndices = glyphIndices; 1102_glyphIndices = value;
9 references to _glyphIndices
PresentationCore (9)
System\Windows\Media\GlyphRun.cs (9)
1089return _glyphIndices; 1215return _glyphIndices.Count; 1228return _glyphIndices.Count; 1251int glyphIndicesCount = _glyphIndices.Count; 1254_glyphIndices.CopyTo(glyphIndices, 0); 1570ushort glyphIndex = _glyphIndices[i]; 1936pGlyphIndices[i] = _glyphIndices[i]; 1945ushort glyphIndex = _glyphIndices[i]; 2335_glyphIndices,