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)
402
if(
_hitTestInvalidatedAsyncOperation
== null)
422
else if (
_hitTestInvalidatedAsyncOperation
.Priority == DispatcherPriority.Inactive)
463
if (
_hitTestInvalidatedAsyncOperation
== null)
487
_hitTestInvalidatedAsyncOperation
?.Priority = DispatcherPriority.Input;