Example #1
0
 public static DocumentWindow GetCurrentWindow()
 {
     return(ActionFrameworkExtensions.GetCurrentWindow());
 }
Example #2
0
 public static DocumentWindow GetCurrentWindow(this ContentControl control)
 {
     return(ActionFrameworkExtensions.GetCurrentWindow());
 }
Example #3
0
 public static DocumentWindow GetCurrentWindow(this ActionHandler handler)
 {
     return(ActionFrameworkExtensions.GetCurrentWindow());
 }