3 references to MaxGlyphCount
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphRun.cs (3)
368(glyphIndices.Count <= MaxGlyphCount) && 472if (glyphIndices.Count > MaxGlyphCount) 474throw new ArgumentException(SR.Get(SRID.CollectionNumberOfElementsMustBeLessOrEqualTo, MaxGlyphCount), "glyphIndices");