3 references to TranslateX
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (1)
461if ((mode & ManipulationModes.TranslateX) != 0)
System\Windows\Input\ManipulationModes.cs (1)
37Translate = TranslateX | TranslateY,
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
1601e.Mode = ManipulationModes.TranslateX;