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