2 writes to _seenTapGesture
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
865_seenTapGesture = e.SystemGesture == SystemGesture.Tap; 1580_seenTapGesture = false;
1 reference to _seenTapGesture
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
1698if (_seenTapGesture)