4 writes to Mode
PresentationCore (1)
System\Windows\Input\ManipulationStartingEventArgs.cs (1)
28
Mode
= ManipulationModes.All;
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1601
e.
Mode
= ManipulationModes.TranslateX;
1605
e.
Mode
= ManipulationModes.TranslateY;
1609
e.
Mode
= ManipulationModes.Translate;
2 references to Mode
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
382
if (!startingArgs.RequestedCancel && (startingArgs.
Mode
!= ManipulationModes.None))
388
_mode = startingArgs.
Mode
;