4 writes to _hitTestInvalidatedAsyncOperation
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
167_hitTestInvalidatedAsyncOperation = null; 432_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Input, 455_hitTestInvalidatedAsyncOperation = null; 482_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Inactive,
5 references to _hitTestInvalidatedAsyncOperation
PresentationCore (5)
System\Windows\Input\InputManager.cs (5)
416if(_hitTestInvalidatedAsyncOperation == null) 436else if (_hitTestInvalidatedAsyncOperation.Priority == DispatcherPriority.Inactive) 477if (_hitTestInvalidatedAsyncOperation == null) 499if (_hitTestInvalidatedAsyncOperation != null) 503_hitTestInvalidatedAsyncOperation.Priority = DispatcherPriority.Input;