4 references to HitTestInvalidatedAsync
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
614
if (
HitTestInvalidatedAsync
!= null)
616
HitTestInvalidatedAsync
(this, EventArgs.Empty);
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
77
_inputManager.
HitTestInvalidatedAsync
+= new EventHandler(OnHitTestInvalidatedAsync);
88
_inputManager.
HitTestInvalidatedAsync
-= new EventHandler(OnHitTestInvalidatedAsync);