次のように定義された xaml ファイルがあります。
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
.....
mc:Ignorable="d"
d:DesignHeight="500" d:DesignWidth="800">
<sdk:Frame x:Name="ContentFrame" Source="/MainPageContent.xaml">
</sdk:Frame>
</UserControl>
ページのコンテンツ全体が MainPageContent に格納されます。たとえば、PageTwoContent.xaml という名前の別のファイルを作成しました。フレームのソースをボタンなどで新しい xaml ファイルに変更するにはどうすればよいですか?