1 <!-- <SnippetThreadingPrimeNumberXAML> -->
2 <Window x:Class="SDKSamples.Window1"
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 Title="Prime Numbers" Width="260" Height="75"
7 <StackPanel Orientation="Horizontal" VerticalAlignment="Center" >
8 <Button Content="Start"
10 Name="startStopButton"
13 <TextBlock Margin="10,5,0,0">Biggest Prime Found:</TextBlock>
14 <TextBlock Name="bigPrime" Margin="4,5,0,0">3</TextBlock>