Exemplo n.º 1
0
 public static void SetConfiguration(DependencyObject dependencyObject, DropConfiguration value)
 {
     if (dependencyObject != null)
     {
         dependencyObject.SetValue(configurationProperty, value);
     }
 }
Exemplo n.º 2
0
 private static void ConfigureUIElement(UIElement element, DropConfiguration configuration)
 {
 }