2 writes to _preNotifyInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
176
add => EventHelper.AddHandler(ref
_preNotifyInput
, value);
177
remove => EventHelper.RemoveHandler(ref
_preNotifyInput
, value);
2 references to _preNotifyInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
723
if(
_preNotifyInput
!= null)
729
Delegate[] handlers =
_preNotifyInput
.Item2;