Is there anyway to extract the underlying xaml from a control.
IE. I have a textbox named fooBox. Can I get xaml back from the textbox at runtime that represents the textbox?
|
1
|
|
|
|
|
|
This shows you the full lifecycle (from control to XAML back to control). As you can see,
is the interesting part you might care about.
|
||
|
|
|
Yes - Josh Smith does this in his Mole tool: http://www.codeproject.com/KB/WPF/MoleForWPF.aspx |
||
|
|