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