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