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