3 references to IsManipulationEnabled
PresentationCore (3)
Core\CSharp\System\Windows\Input\Manipulation.cs (2)
256if (!element.IsManipulationEnabled) 348if ((element != null) && element.IsManipulationEnabled)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1185if (element != null && element.IsManipulationEnabled)