Exemplo n.º 1
0
 public static void SetFocusingElement(BarItem barItem, UIElement element)
 {
     barItem.SetValue(FocusingElementProperty, element);
 }
Exemplo n.º 2
0
 public static void SetAction(BarItem barItem, object action)
 {
     barItem.SetValue(ActionProperty, action);
 }
Exemplo n.º 3
0
 static void SetDefaultAction(BarItem barItem, object action)
 {
     barItem.SetValue(DefaultActionProperty, action);
 }