4 references to InvalidStylusPointCollectionZeroCount
PresentationCore (4)
System\Windows\Ink\Stroke.cs (2)
66throw new ArgumentException(SR.InvalidStylusPointCollectionZeroCount, "stylusPoints"); 522throw new ArgumentException(SR.InvalidStylusPointCollectionZeroCount);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
261throw new InvalidOperationException(SR.InvalidStylusPointCollectionZeroCount); 278throw new InvalidOperationException(SR.InvalidStylusPointCollectionZeroCount);