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)
1074
return
_glyphIndices
;
1200
return
_glyphIndices
.Count;
1213
return
_glyphIndices
.Count;
1236
int glyphIndicesCount =
_glyphIndices
.Count;
1239
_glyphIndices
.CopyTo(glyphIndices, 0);
1555
ushort glyphIndex =
_glyphIndices
[i];
1923
pGlyphIndices[i] =
_glyphIndices
[i];
1932
ushort glyphIndex =
_glyphIndices
[i];
2322
_glyphIndices
,