public static DocumentWindow GetCurrentWindow() { return(ActionFrameworkExtensions.GetCurrentWindow()); }
public static DocumentWindow GetCurrentWindow(this ContentControl control) { return(ActionFrameworkExtensions.GetCurrentWindow()); }
public static DocumentWindow GetCurrentWindow(this ActionHandler handler) { return(ActionFrameworkExtensions.GetCurrentWindow()); }