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