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,
4 references to _hitTestInvalidatedAsyncOperation
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
402if(_hitTestInvalidatedAsyncOperation == null) 422else if (_hitTestInvalidatedAsyncOperation.Priority == DispatcherPriority.Inactive) 463if (_hitTestInvalidatedAsyncOperation == null) 487_hitTestInvalidatedAsyncOperation?.Priority = DispatcherPriority.Input;