2 writes to _isSynchronizedInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
611
_isSynchronizedInput
= true;
627
_isSynchronizedInput
= false;
4 references to _isSynchronizedInput
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
60
return
_isSynchronizedInput
;
605
if (
_isSynchronizedInput
)
753
if (
_isSynchronizedInput
&&
796
if (
_isSynchronizedInput
&& SynchronizedInputHelper.IsListening(_listeningElement, input))