<Window x:Name="mainwindow" x:Class="projectname.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
FocusManager.FocusedElement="{Binding ElementName=mytextbox}">
<Grid>
<TextBox x:Name="mytextbox" ... />
</Grid>
</Window>