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)
1102
return
_glyphIndices
;
1228
return
_glyphIndices
.Count;
1241
return
_glyphIndices
.Count;
1264
int glyphIndicesCount =
_glyphIndices
.Count;
1267
_glyphIndices
.CopyTo(glyphIndices, 0);
1583
ushort glyphIndex =
_glyphIndices
[i];
1949
pGlyphIndices[i] =
_glyphIndices
[i];
1958
ushort glyphIndex =
_glyphIndices
[i];
2348
_glyphIndices
,