4 writes to _hitTestInvalidatedAsyncOperation
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
155_hitTestInvalidatedAsyncOperation = null; 418_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Input, 441_hitTestInvalidatedAsyncOperation = null; 468_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Inactive,
5 references to _hitTestInvalidatedAsyncOperation
PresentationCore (5)
System\Windows\Input\InputManager.cs (5)
402if(_hitTestInvalidatedAsyncOperation == null) 422else if (_hitTestInvalidatedAsyncOperation.Priority == DispatcherPriority.Inactive) 463if (_hitTestInvalidatedAsyncOperation == null) 485if (_hitTestInvalidatedAsyncOperation != null) 489_hitTestInvalidatedAsyncOperation.Priority = DispatcherPriority.Input;