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