3 references to IsManipulationEnabled
PresentationCore (3)
System\Windows\Input\Manipulation.cs (2)
221
if (!element.
IsManipulationEnabled
)
301
if ((element != null) && element.
IsManipulationEnabled
)
System\Windows\Input\TouchDevice.cs (1)
1084
if (element != null && element.
IsManipulationEnabled
)