2 writes to _isSynchronizedInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
619
_isSynchronizedInput
= true;
635
_isSynchronizedInput
= false;
4 references to _isSynchronizedInput
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
68
return
_isSynchronizedInput
;
613
if (
_isSynchronizedInput
)
761
if (
_isSynchronizedInput
&&
804
if (
_isSynchronizedInput
&& SynchronizedInputHelper.IsListening(_listeningElement, input))