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