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)
1089
return
_glyphIndices
;
1215
return
_glyphIndices
.Count;
1228
return
_glyphIndices
.Count;
1251
int glyphIndicesCount =
_glyphIndices
.Count;
1254
_glyphIndices
.CopyTo(glyphIndices, 0);
1570
ushort glyphIndex =
_glyphIndices
[i];
1936
pGlyphIndices[i] =
_glyphIndices
[i];
1945
ushort glyphIndex =
_glyphIndices
[i];
2335
_glyphIndices
,