Share via


Window.Current Property

Definition

Gets the window of the current thread.

public static Window Current { get; }

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.

Applies to