I have a XAML file that is made by Expression Blend. But the Silverlight project that corresponds to it has to be in C++ instead of C# (it has something to do with being part of an embedded system).
The automatically gernerated C++ code referrs to the TextBlock code in the header file like this:
Code: Select all
IXRTextBlockPtr m_pFoo; // <TextBlock x:Name="Foo">