3 references to TranslateX
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
505if ((mode & ManipulationModes.TranslateX) != 0)
Core\CSharp\System\Windows\Input\ManipulationModes.cs (1)
36Translate = TranslateX | TranslateY,
PresentationFramework (1)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1647e.Mode = ManipulationModes.TranslateX;