4 writes to _hitTestInvalidatedAsyncOperation
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
156_hitTestInvalidatedAsyncOperation = null; 419_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Input, 442_hitTestInvalidatedAsyncOperation = null; 469_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Inactive,
5 references to _hitTestInvalidatedAsyncOperation
PresentationCore (5)
System\Windows\Input\InputManager.cs (5)
403if(_hitTestInvalidatedAsyncOperation == null) 423else if (_hitTestInvalidatedAsyncOperation.Priority == DispatcherPriority.Inactive) 464if (_hitTestInvalidatedAsyncOperation == null) 486if (_hitTestInvalidatedAsyncOperation != null) 490_hitTestInvalidatedAsyncOperation.Priority = DispatcherPriority.Input;