Do not use Application.Current.MainWindow
MichaeIDietrich opened this issue · 2 comments
MichaeIDietrich commented
DragDrop.CreateDragAdorner uses Application.Current.MainWindow if the current element is not hosted directly in a window. Never ever try to guess the correct window by such APIs, this will fail everytime, please simply remove this and return null.
MichaeIDietrich commented
I think this issue goes hand in hand with #165