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)
568
if(
_hitTestInvalidatedAsyncOperation
== null)
588
else if (
_hitTestInvalidatedAsyncOperation
.Priority == DispatcherPriority.Inactive)
635
if (
_hitTestInvalidatedAsyncOperation
== null)
659
if (
_hitTestInvalidatedAsyncOperation
!= null)
664
_hitTestInvalidatedAsyncOperation
.Priority = DispatcherPriority.Input;