public static void SetElementDraws(DependencyObject obj, ElementDrawCollection collections) { obj.SetValue(ElementDrawsProperty, collections); }