EDIT: I’ve moved this page to my website.
Possibly related posts: (automatically generated)
This entry was posted on Thursday, January 4th, 2007 at 5:43 pm and is filed under .Net 3.0, C#, WPF. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
June 28, 2007 at 7:27 am
Could you post a sample project? Since I am not sure if this does what i need, it would be cool to see what it does in a small application.
June 28, 2007 at 7:50 am
i just went through the tutorial, it does exactly what I am searching for! Thanks a lot for the great post!
cheers
Silas
June 29, 2007 at 1:44 am
I need to bind the Text property from the TextBox. How do I get access from “outside” to that property? I tried with DependencyProperties but no success yet.
Could you give me a hint please? Or maby a tutorial
Thanks
Silas
June 29, 2007 at 8:14 pm
I just finished exposing the Text Property as a DependencyProperty. I’ll try to find somewhere to post it.
July 3, 2007 at 4:08 am
Please let me know about the post. I have tried to do that but did not succeed. Not sure though if the problem lies at the DependencyProperty or somewhere else. Would be cool to compare the codes.
Thanks
Silas
November 26, 2007 at 7:33 pm
[...] only real solution that I found by flexing my Google-Fu was this pretty old sample by Ernest [...]