Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Dependency Properties   (RSS)

Silverlight: How to use CompositionTarget.Rendering event to synchronize discrete and non-discrete animations

I’ve brought up this topic in the recent post , but I was pointed out it can be lost among other content and is not stressed enough. Everything brings down to the fact that some actions, particularly animations cannot be easily enclosed in storyboards.

GetBindingExpression – a good way to iterate over all dependency properties in visual tree in Silverlight 3?

Recently I’ve tried to iterate over all dependency properties in the subset of visual tree. Despite it can be fragile, it is useful in advanced scenarios when certain actions needs to be trigged basing on binding’s path, converter or converter parameters.
 
Page view tracker