3 writes to _manipulatingElement
PresentationCore (3)
System\Windows\Input\TouchDevice.cs (3)
729_manipulatingElement = null; 1091_manipulatingElement = new WeakReference(element); 1100_manipulatingElement = null;
2 references to _manipulatingElement
PresentationCore (2)
System\Windows\Input\TouchDevice.cs (2)
1097else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null) 1099UIElement element = _manipulatingElement.Target as UIElement;