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