3 writes to _synchronizedInputAsyncClearOperation
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
632
_synchronizedInputAsyncClearOperation
= null;
763
_synchronizedInputAsyncClearOperation
= Dispatcher.BeginInvoke((Action)delegate
801
_synchronizedInputAsyncClearOperation
= Dispatcher.BeginInvoke((Action)delegate
2 references to _synchronizedInputAsyncClearOperation
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
629
if (
_synchronizedInputAsyncClearOperation
!= null)
631
_synchronizedInputAsyncClearOperation
.Abort();