2 writes to _postNotifyInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
182
add => EventHelper.AddHandler(ref
_postNotifyInput
, value);
183
remove => EventHelper.RemoveHandler(ref
_postNotifyInput
, value);
2 references to _postNotifyInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
823
if(
_postNotifyInput
!= null)
829
Delegate[] handlers =
_postNotifyInput
.Item2;