2 writes to _preProcessInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
169
add => EventHelper.AddHandler(ref
_preProcessInput
, value);
170
remove => EventHelper.RemoveHandler(ref
_preProcessInput
, value);
2 references to _preProcessInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
699
if (
_preProcessInput
!= null)
705
Delegate[] handlers =
_preProcessInput
.Item2;