4 references to OnHitTestInvalidatedAsync
PresentationCore (4)
Core\CSharp\System\Windows\Input\TouchDevice.cs (4)
77
_inputManager.HitTestInvalidatedAsync += new EventHandler(
OnHitTestInvalidatedAsync
);
88
_inputManager.HitTestInvalidatedAsync -= new EventHandler(
OnHitTestInvalidatedAsync
);
743
OnHitTestInvalidatedAsync
(this, EventArgs.Empty);
918
OnHitTestInvalidatedAsync
(this, EventArgs.Empty);