Windows.UI.Xaml.Window.Current
June 22, 2022 ยท View on GitHub
-description
Gets the window of the current thread.
-property-value
The currently activated window.
-remarks
The value of this property depends on the thread from which it is called. If called from a UI thread, the value is the Window instance for that thread. On any other thread, the value is null.