<TextBlock Margin="20,20,0,0" Text="Type Text Here"/>
<TextBox x:Name="ReadWriteTB" TextChanged="ReadWriteTB_TextChanged" IsReadOnly="False" HorizontalAlignment="Left" Margin="20,5,0,0" Height="35" Width="200" />
<TextBlock Margin="20,20,0,0" Text="Read Only TextBox"/>
<TextBox x:Name="ReadOnlyTB" IsReadOnly="True" HorizontalAlignment="Left" Margin="20,5,0,0" Height="35" Width="200" />