4 writes to Mode
PresentationCore (1)
System\Windows\Input\ManipulationStartingEventArgs.cs (1)
21Mode = ManipulationModes.All;
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1591e.Mode = ManipulationModes.TranslateX; 1595e.Mode = ManipulationModes.TranslateY; 1599e.Mode = ManipulationModes.Translate;
2 references to Mode
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
376if (!startingArgs.RequestedCancel && (startingArgs.Mode != ManipulationModes.None)) 382_mode = startingArgs.Mode;