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