4 references to CollectionNumberOfElementsMustBeGreaterThanZero
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (3)
433
throw new ArgumentException(SR.
CollectionNumberOfElementsMustBeGreaterThanZero
, nameof(glyphIndices));
1084
throw new ArgumentException(SR.
CollectionNumberOfElementsMustBeGreaterThanZero
, nameof(value));
1114
throw new ArgumentException(SR.
CollectionNumberOfElementsMustBeGreaterThanZero
, nameof(value));
System\Windows\Media\GlyphTypeface.cs (1)
228
throw new ArgumentException(SR.
CollectionNumberOfElementsMustBeGreaterThanZero
, nameof(glyphs));