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)
1114
return
_glyphIndices
;
1242
return
_glyphIndices
.Count;
1255
return
_glyphIndices
.Count;
1278
int glyphIndicesCount =
_glyphIndices
.Count;
1281
_glyphIndices
.CopyTo(glyphIndices, 0);
1596
ushort glyphIndex =
_glyphIndices
[i];
1969
pGlyphIndices[i] =
_glyphIndices
[i];
1978
ushort glyphIndex =
_glyphIndices
[i];
2369
_glyphIndices
,