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