4 writes to _hitTestInvalidatedAsyncOperation
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
164_hitTestInvalidatedAsyncOperation = null; 427_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Input, 450_hitTestInvalidatedAsyncOperation = null; 477_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.Inactive,
5 references to _hitTestInvalidatedAsyncOperation
PresentationCore (5)
System\Windows\Input\InputManager.cs (5)
411if(_hitTestInvalidatedAsyncOperation == null) 431else if (_hitTestInvalidatedAsyncOperation.Priority == DispatcherPriority.Inactive) 472if (_hitTestInvalidatedAsyncOperation == null) 494if (_hitTestInvalidatedAsyncOperation != null) 498_hitTestInvalidatedAsyncOperation.Priority = DispatcherPriority.Input;