4 references to CollectionNumberOfElementsMustBeGreaterThanZero
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (3)
462throw new ArgumentException(SR.CollectionNumberOfElementsMustBeGreaterThanZero, "glyphIndices"); 1113throw new ArgumentException(SR.CollectionNumberOfElementsMustBeGreaterThanZero, "value"); 1143throw new ArgumentException(SR.CollectionNumberOfElementsMustBeGreaterThanZero, "value");
System\Windows\Media\GlyphTypeface.cs (1)
238throw new ArgumentException(SR.CollectionNumberOfElementsMustBeGreaterThanZero, "glyphs");