I have a View defined using a DataTemplate. I would like to be able to drag a file into a TextBox on my View to populate it with a full filename. However, since my View is a DataTemplate it has no code-behind and I can’t see how I can hook up DragEnter and Drag events.I have a View defined using a DataTemplate. I w