You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 viaSystem.Windows.Application.Current.MainWindow
, for instance, or anyWindow
based point of origin. In my case, I actually do have a secondWindow
source, but you get the point.The text was updated successfully, but these errors were encountered: