Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use Application.Current.MainWindow #171

Closed
MichaeIDietrich opened this issue Mar 7, 2016 · 2 comments
Closed

Do not use Application.Current.MainWindow #171

MichaeIDietrich opened this issue Mar 7, 2016 · 2 comments

Comments

@MichaeIDietrich
Copy link

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.

@punker76 punker76 added this to the v1.0.0 milestone Mar 7, 2016
@MichaeIDietrich
Copy link
Author

I think this issue goes hand in hand with #165

@punker76
Copy link
Owner

punker76 commented Aug 4, 2016

@FrecherxDachs changed with 0f56678

@punker76 punker76 closed this as completed Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants