2 writes to _postProcessInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
196add => EventHelper.AddHandler(ref _postProcessInput, value); 197remove => EventHelper.RemoveHandler(ref _postProcessInput, value);
2 references to _postProcessInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
853if(_postProcessInput != null) 857RaiseProcessInputEventHandlers(_postProcessInput, processInputEventArgs);