2 writes to _postProcessInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
187
add => EventHelper.AddHandler(ref
_postProcessInput
, value);
188
remove => EventHelper.RemoveHandler(ref
_postProcessInput
, value);
2 references to _postProcessInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
844
if(
_postProcessInput
!= null)
848
RaiseProcessInputEventHandlers(
_postProcessInput
, processInputEventArgs);