8 references to GlyphCount
PresentationCore (8)
Core\CSharp\System\Windows\Media\GlyphRun.cs (8)
400
int glyphCount =
GlyphCount
;
416
if (clusterMap[i] >=
GlyphCount
)
433
if (
GlyphCount
!= characters.Count)
434
throw new ArgumentException(SR.Get(SRID.CollectionNumberOfElementsShouldBeEqualTo,
GlyphCount
), "clusterMap");
1322
for (int i = 0; i <
GlyphCount
; ++i)
1489
int glyphCount =
GlyphCount
;
1594
for (int i = 0; i <
GlyphCount
; ++i)
1895
int glyphCount =
GlyphCount
;