4 references to InvalidStylusPointCollectionZeroCount
PresentationCore (4)
System\Windows\Ink\Stroke.cs (2)
50throw new ArgumentException(SR.InvalidStylusPointCollectionZeroCount, nameof(stylusPoints)); 506throw new ArgumentException(SR.InvalidStylusPointCollectionZeroCount);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
252throw new InvalidOperationException(SR.InvalidStylusPointCollectionZeroCount); 269throw new InvalidOperationException(SR.InvalidStylusPointCollectionZeroCount);