1 write to _inertiaParameters
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
217_inertiaParameters = new List<InertiaParameters2D>();
7 references to _inertiaParameters
PresentationCore (7)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (7)
215if (_inertiaParameters == null) 220_inertiaParameters.Add(parameter); 225if (_inertiaParameters != null && _inertiaParameters.Count > 0) 259if (_inertiaParameters != null) 261for (int i = 0, count = _inertiaParameters.Count; i < count; i++) 263processor.SetParameters(_inertiaParameters[i]);