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