Where to get the available icons for app development.
<Button Content="Button" Click="GoBack" IsEnabled="{Binding Frame.CanGoBack, ElementName=pageRoot}" Style="{StaticResource BackButtonStyle}" HorizontalAlignment="Left" Margin="10,15,0,0" VerticalAlignment="Top" Height="55"/>
Example : Style="{StaticResource BackButtonStyle}" Where to get to see all the available icons with name such as BackButtonStyle and others before using them.
Thanks