Ejemplo n.º 1
0
 /// <summary>
 /// Helper for setting Bind property on a UIElement.
 /// </summary>
 /// <param name="element">UIElement to set Bind property on.</param>
 /// <param name="value">Bind property value.</param>
 public static void SetBind(this UIElement element, ProxyBinding value)
 {
     element.SetValue(BindProperty, value);
 }
 public static void SetBind(this UIElement element, ProxyBinding value)
 {
     element.SetValue(BindProperty, value);
 }
Ejemplo n.º 3
0
 public CommandBindingData()
 {
     Proxy = ((ICreateProxyBinding)ProxyBinding.Empty).CreateInstance(this);
 }