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)
87return _isSynchronizedInput; 814if (_isSynchronizedInput) 964if (_isSynchronizedInput && 1013if (_isSynchronizedInput && SynchronizedInputHelper.IsListening(_listeningElement, input))