Phone:phoneapplicationpage Replace all to page
Phone:webbrowser all replaced by WebView
isscriptenabled= "True" space
supportedorientations= "Portrait" space
orientation= "Portrait" space
orientation= "Landscape" space
shell:systemtray.isvisible= "True" space
Shell:systemtray.isvisible= "False"
Using Microsoft.Phone.Controls;
Using Microsoft.Phone.Shell;
Xmlns:phone= "Clr-namespace:microsoft.phone.controls;assembly=microsoft.phone" space
Xmlns:shell= "Clr-namespace:microsoft.phone.shell;assembly=microsoft.phone" space
Using System.Windows.Controls; Replace with the using Windows.UI.Xaml.Controls;
doubletap= "doubletapped=" //Note the replacement before tap
tap= istapenabled= "True" tapped=
Using System.Windows.Navigation; Using Windows.UI.Xaml.Navigation;
Using System.Windows.Media.Imaging; Using Windows.UI.Xaml.Media.Imaging;
Using System.Windows.Controls.Primitives; Using Windows.UI.Xaml.Controls.Primitives;
Using System.Windows.Media using Windows.UI.Xaml.Media;
System.Windows Windows.UI.Xaml
System.Windows.Input.GestureEventArgs Tappedroutedeventargs
Phone:panorama Pivot
Phone:pivot Pivot
Toolkit:phonetextbox TextBox
About the transplant of border
Windows Phone 8.0 app porting to WINDOWS10 app page class