2 writes to _seenTapGesture
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
873_seenTapGesture = e.SystemGesture == SystemGesture.Tap; 1588_seenTapGesture = false;
1 reference to _seenTapGesture
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
1706if (_seenTapGesture)