2 writes to _isSynchronizedInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
610
_isSynchronizedInput
= true;
626
_isSynchronizedInput
= false;
4 references to _isSynchronizedInput
PresentationCore (4)
System\Windows\Input\InputManager.cs (4)
59
return
_isSynchronizedInput
;
604
if (
_isSynchronizedInput
)
752
if (
_isSynchronizedInput
&&
795
if (
_isSynchronizedInput
&& SynchronizedInputHelper.IsListening(_listeningElement, input))