3 references to MaxGlyphCount
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (3)
354
(glyphIndices.Count <=
MaxGlyphCount
) &&
451
if (glyphIndices.Count >
MaxGlyphCount
)
453
throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsMustBeLessOrEqualTo,
MaxGlyphCount
), "glyphIndices");