2 writes to _isSynchronizedInput
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
820
_isSynchronizedInput
= true;
836
_isSynchronizedInput
= false;
4 references to _isSynchronizedInput
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (4)
87
return
_isSynchronizedInput
;
814
if (
_isSynchronizedInput
)
964
if (
_isSynchronizedInput
&&
1013
if (
_isSynchronizedInput
&& SynchronizedInputHelper.IsListening(_listeningElement, input))