2 references to InvalidPressureValue
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
84
throw new ArgumentOutOfRangeException(nameof(pressureFactor), SR.
InvalidPressureValue
);
221
throw new ArgumentOutOfRangeException("PressureFactor", SR.
InvalidPressureValue
);