8 references to GlyphCount
PresentationCore (8)
System\Windows\Media\GlyphRun.cs (8)
386int glyphCount = GlyphCount; 402if (clusterMap[i] >= GlyphCount) 419if (GlyphCount != characters.Count) 420throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsShouldBeEqualTo, GlyphCount), "clusterMap"); 1295for (int i = 0; i < GlyphCount; ++i) 1463int glyphCount = GlyphCount; 1568for (int i = 0; i < GlyphCount; ++i) 1862int glyphCount = GlyphCount;