4 writes to Mode
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (1)
27
Mode
= ManipulationModes.All;
PresentationFramework (3)
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1647
e.
Mode
= ManipulationModes.TranslateX;
1651
e.
Mode
= ManipulationModes.TranslateY;
1655
e.
Mode
= ManipulationModes.Translate;
2 references to Mode
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
421
if (!startingArgs.RequestedCancel && (startingArgs.
Mode
!= ManipulationModes.None))
427
_mode = startingArgs.
Mode
;