16 references to Exceptions
System.Windows.Input.Manipulations (16)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (4)
277
throw
Exceptions
.OnlyProportionalExpansionSupported(
285
throw
Exceptions
.OnlyProportionalExpansionSupported(
294
throw
Exceptions
.InertiaParametersUnspecified1and2(
315
throw
Exceptions
.IllegialInertiaRadius(paramName, value);
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
398
throw
Exceptions
.CannotChangeParameterDuringInertia(paramName);
647
throw
Exceptions
.NoInertiaVelocitiesSpecified(
1031
throw
Exceptions
.InvalidTimestamp("timestamp", timestamp);
System\Windows\Input\Manipulations\InertiaRotationBehavior2D.cs (1)
148
throw
Exceptions
.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\InertiaTranslationBehavior2D.cs (1)
171
throw
Exceptions
.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\ManipulationPivot2D.cs (1)
155
throw
Exceptions
.IllegalPivotRadius(paramName, value);
System\Windows\Input\Manipulations\Manipulations2D.cs (1)
61
throw
Exceptions
.ArgumentOutOfRange(property, value);
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
128
throw
Exceptions
.InvalidTimestamp("timestamp", timestamp);
148
throw
Exceptions
.InvalidTimestamp("timestamp", timestamp);
System\Windows\Input\Manipulations\Validations.cs (3)
34
throw
Exceptions
.ValueMustBeFinite(paramName, value);
58
throw
Exceptions
.ValueMustBeFiniteOrNaN(paramName, value);
81
throw
Exceptions
.ValueMustBeFiniteNonNegative(paramName, value);