3 writes to _manipulatingElement
PresentationCore (3)
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
793_manipulatingElement = null; 1190_manipulatingElement = new WeakReference(element); 1199_manipulatingElement = null;
2 references to _manipulatingElement
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
1196else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null) 1198UIElement element = _manipulatingElement.Target as UIElement;