4 references to Changed
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaParameters2D.cs (2)
36if (Changed != null) 38Changed(this, paramName);
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (2)
417currentBehavior?.Changed -= handler; 423currentBehavior.Changed += handler;