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