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