2 writes to _glyphIndices
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
345
_glyphIndices
= glyphIndices;
1086
_glyphIndices
= value;
9 references to _glyphIndices
PresentationCore (9)
System\Windows\Media\GlyphRun.cs (9)
1073
return
_glyphIndices
;
1199
return
_glyphIndices
.Count;
1212
return
_glyphIndices
.Count;
1235
int glyphIndicesCount =
_glyphIndices
.Count;
1238
_glyphIndices
.CopyTo(glyphIndices, 0);
1554
ushort glyphIndex =
_glyphIndices
[i];
1922
pGlyphIndices[i] =
_glyphIndices
[i];
1931
ushort glyphIndex =
_glyphIndices
[i];
2321
_glyphIndices
,