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