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