ボタンに画像を挿入したいのですが、アプリケーションを実行すると XmlParseException が発生します。
どうしてか分かりません :(
<Button Grid.Column="2" HorizontalAlignment="Left" Height="20" Margin="15,2,0,0" VerticalAlignment="Top" Width="41">
<Button.Background>
<ImageBrush ImageSource="Images/search.png" Stretch="None"></ImageBrush>
</Button.Background>
</Button>
誰にもアイデアがありますか?