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