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