2 references to CollectionNumberOfElementsMustBeLessOrEqualTo
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (1)
437throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsMustBeLessOrEqualTo, MaxGlyphCount), nameof(glyphIndices));
System\Windows\Media\GlyphTypeface.cs (1)
231throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsMustBeLessOrEqualTo, ushort.MaxValue), nameof(glyphs));