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