I would like to be able to be doing this :
<ObjectDataProvider x:Key="dataProvider"
ObjectInstance="uiRoot:App.Current.Controller"
MethodName="GetMyViewModel">
<ObjectDataProvider.MethodParameters>
<system:Int32>{Binding Id}</system:Int32>
</ObjectDataProvider.MethodParameters>
</ObjectDataProvider>
The emphasis being on
<system:Int32>{Binding Id}</system:Int32>
I can't get around this. Any ideas? :(