1 xaml comment <!-- Click me -->
3 xaml code xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xaml code xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 xaml code x:Class="MyNamespace.MyPageCode">
6 xaml code <Button Click="ClickHandler" >Click Me!</Button>