Example #1
0
public static string GetSelectionChangedMethodName(LongListSelector element)
{
    return (string)element.GetValue(SelectionChangedMethodNameProperty);
}
Example #2
0
 public static ICommand GetCommand(LongListSelector selector)
 {
     return (ICommand)selector.GetValue(CommandProperty);
 }
Example #3
0
public static object GetMethodContext(LongListSelector element)
{
    return element.GetValue(MethodContextProperty);
}