I'm testing a simple case of a user control which has a custom dependency property. When using this usercontrol the twowaybinding to the new property does not seem to update. Steps to recreate: Create usercontrol which contains a textbox. The usercontrol has a custom dependency property which is bou...