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