2 writes to _isSynchronizedInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
607
_isSynchronizedInput
= true;
623
_isSynchronizedInput
= false;
4 references to _isSynchronizedInput
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
59
return
_isSynchronizedInput
;
601
if (
_isSynchronizedInput
)
749
if (
_isSynchronizedInput
&&
792
if (
_isSynchronizedInput
&& SynchronizedInputHelper.IsListening(_listeningElement, input))