Exemple #1
0
 public void SetDomElement(DependencyObject obj, IDomElement <DependencyObject> value, SelectorType selectorType)
 {
     if (selectorType == SelectorType.LogicalTree)
     {
         Css.SetDomElement(obj, value);
     }
     else
     {
         Css.SetVisualDomElement(obj, value);
     }
 }