4 writes to _hitTestInvalidatedAsyncOperation
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (4)
194_hitTestInvalidatedAsyncOperation = null; 584_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Input, 613_hitTestInvalidatedAsyncOperation = null; 640_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Inactive,
5 references to _hitTestInvalidatedAsyncOperation
PresentationCore (5)
Core\CSharp\System\Windows\Input\InputManager.cs (5)
568if(_hitTestInvalidatedAsyncOperation == null) 588else if (_hitTestInvalidatedAsyncOperation.Priority == DispatcherPriority.Inactive) 635if (_hitTestInvalidatedAsyncOperation == null) 659if (_hitTestInvalidatedAsyncOperation != null) 664_hitTestInvalidatedAsyncOperation.Priority = DispatcherPriority.Input;