4 references to InvalidStylusPointConstructionZeroLengthCollection
PresentationCore (4)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (4)
45
throw new ArgumentException(SR.
InvalidStylusPointConstructionZeroLengthCollection
, nameof(initialCapacity));
70
throw new ArgumentException(SR.
InvalidStylusPointConstructionZeroLengthCollection
, nameof(initialCapacity));
88
throw new ArgumentException(SR.
InvalidStylusPointConstructionZeroLengthCollection
, nameof(stylusPoints));
123
throw new ArgumentException(SR.
InvalidStylusPointConstructionZeroLengthCollection
, nameof(points));