SyntaxFix
Write A Post
Hire A Developer
Questions
Just for future needs.
In Visual Studio 2013 with .NET Framework 4.5, for a window property, try adding ElementName=window to make it work.
ElementName=window
<Grid Name="myGrid" Height="437.274"> <TextBox Text="{Binding Path=Name2, ElementName=window}"/> </Grid>