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