4 references to IncompatibleStylusPointDescriptions
PresentationCore (4)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
103
throw new ArgumentException(SR.
IncompatibleStylusPointDescriptions
, nameof(stylusPoints));
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (3)
204
throw new ArgumentException(SR.
IncompatibleStylusPointDescriptions
, nameof(stylusPoints));
282
throw new ArgumentException(SR.
IncompatibleStylusPointDescriptions
, nameof(stylusPoint));
300
throw new ArgumentException(SR.
IncompatibleStylusPointDescriptions
, nameof(stylusPoint));