In the previous CTP, the method ProvideValue of MarkupExtension was this :
ProvideValue(object targetObject, object targetProperty)
In the new beta 2 it is this :
ProvideValue (IServiceProvider serviceProvider)
my question is : In this new release, how to access to the targetObject and
targetProperty (with wich Service ?)


