2 writes to _preNotifyInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
175add => EventHelper.AddHandler(ref _preNotifyInput, value); 176remove => EventHelper.RemoveHandler(ref _preNotifyInput, value);
2 references to _preNotifyInput
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
719if(_preNotifyInput != null) 725Delegate[] handlers = _preNotifyInput.Item2;