2 writes to _synchronizedInputEvents
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
623
_synchronizedInputEvents
= SynchronizedInputHelper.MapInputTypeToRoutedEvents(inputType);
638
_synchronizedInputEvents
= null;
1 reference to _synchronizedInputEvents
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
79
return
_synchronizedInputEvents
;