Ejemplo n.º 1
0
 /// <summary>
 /// Sets the value of the Commands attached property
 /// </summary>
 /// <param name="dependencyObject">dependency object to set the value</param>
 /// <param name="value">Instance of the command collection</param>
 public static void SetCommands(DependencyObject dependencyObject, CommandCollection value)
 {
     dependencyObject.SetValue(CommandsProperty, value);
 }