16 references to Exceptions
System.Windows.Input.Manipulations (16)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (4)
276throw Exceptions.OnlyProportionalExpansionSupported( 284throw Exceptions.OnlyProportionalExpansionSupported( 293throw Exceptions.InertiaParametersUnspecified1and2( 314throw Exceptions.IllegialInertiaRadius(paramName, value);
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
394throw Exceptions.CannotChangeParameterDuringInertia(paramName); 643throw Exceptions.NoInertiaVelocitiesSpecified( 1018throw Exceptions.InvalidTimestamp(nameof(timestamp), timestamp);
System\Windows\Input\Manipulations\InertiaRotationBehavior2D.cs (1)
147throw Exceptions.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\InertiaTranslationBehavior2D.cs (1)
170throw Exceptions.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\ManipulationPivot2D.cs (1)
154throw Exceptions.IllegalPivotRadius(paramName, value);
System\Windows\Input\Manipulations\Manipulations2D.cs (1)
60throw Exceptions.ArgumentOutOfRange(property, value);
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
127throw Exceptions.InvalidTimestamp(nameof(timestamp), timestamp); 147throw Exceptions.InvalidTimestamp(nameof(timestamp), timestamp);
System\Windows\Input\Manipulations\Validations.cs (3)
33throw Exceptions.ValueMustBeFinite(paramName, value); 57throw Exceptions.ValueMustBeFiniteOrNaN(paramName, value); 80throw Exceptions.ValueMustBeFiniteNonNegative(paramName, value);