2 writes to _synchronizedInputEvents
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
611
_synchronizedInputEvents
= SynchronizedInputHelper.MapInputTypeToRoutedEvents(inputType);
626
_synchronizedInputEvents
= null;
1 reference to _synchronizedInputEvents
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
70
return
_synchronizedInputEvents
;