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