3 references to MaxGlyphCount
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (3)
338(glyphIndices.Count <= MaxGlyphCount) && 435if (glyphIndices.Count > MaxGlyphCount) 437throw new ArgumentException(SR.Format(SR.CollectionNumberOfElementsMustBeLessOrEqualTo, MaxGlyphCount), nameof(glyphIndices));