3 references to IsManipulationEnabled
PresentationCore (3)
System\Windows\Input\Manipulation.cs (2)
224
if (!element.
IsManipulationEnabled
)
304
if ((element != null) && element.
IsManipulationEnabled
)
System\Windows\Input\TouchDevice.cs (1)
1096
if (element != null && element.
IsManipulationEnabled
)