One feature in SL2 that was added between Beta 2 and RTW is a new constructor to the PropertyPath class that can be used from code. You can now do the following from code: Storyboard .SetTargetProperty(myAnimation, new PropertyPath (MyCustomClass.MyCustomDP));
Read More...