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)
1196
else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation &&
_manipulatingElement
!= null)
1198
UIElement element =
_manipulatingElement
.Target as UIElement;