The mailto link doesn't work in this sample:
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextBlock>Please email
<Hyperlink NavigateUri="mailto:test@test.co.uk">test@test.cp.uk</Hyperlink>
</TextBlock>
</Window>
It works if I change Window to UserControl.
Can anyone help?