8 references to GlyphCount
PresentationCore (8)
System\Windows\Media\GlyphRun.cs (8)
371int glyphCount = GlyphCount; 387if (clusterMap[i] >= GlyphCount) 404if (GlyphCount != characters.Count) 405throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsShouldBeEqualTo, GlyphCount), "clusterMap"); 1280for (int i = 0; i < GlyphCount; ++i) 1448int glyphCount = GlyphCount; 1553for (int i = 0; i < GlyphCount; ++i) 1849int glyphCount = GlyphCount;