2 writes to _synchronizedInputEvents
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
824
_synchronizedInputEvents
= SynchronizedInputHelper.MapInputTypeToRoutedEvents(inputType);
839
_synchronizedInputEvents
= null;
1 reference to _synchronizedInputEvents
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
98
return
_synchronizedInputEvents
;