Thank you for the timely response. It is a WTP.
So this is the code for a textbox.

<WindowsFormsHost Margin="0,23,0.4,-23.2">
<wf:TextBox x:Name="textbox1" Text="Hello World"/>
</WindowsFormsHost>


What would you use for a whole form?