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

Allow for WPF shown dialog ownership #47

Open
mwpowellhtx opened this issue Feb 25, 2024 · 0 comments
Open

Allow for WPF shown dialog ownership #47

mwpowellhtx opened this issue Feb 25, 2024 · 0 comments

Comments

@mwpowellhtx
Copy link

Currently, as far as I am aware, supports either "no ownership" or a WinForms form ownership. Neither is that appropriate in my use case, I am deploying into a WPF scaffold, so please allow for the System.Windows.Window based approach, i.e. as possibly via System.Windows.Application.Current.MainWindow, for instance, or any Window based point of origin. In my case, I actually do have a second Window source, but you get the point.

var d = new DirectoryObjectPickerDialog();
d.ShowDialog();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant