Skip to content
Snippets Groups Projects
Commit a570103b authored by Nicolas Jager's avatar Nicolas Jager
Browse files

internal : enables NavigationCacheMode for every pages

Change-Id: Icebbdf308a1aa8443e4f9d4f67579712a4298a84
Tuleap: #1241
parent 2d4a68a9
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
NavigationCacheMode="Enabled"
mc:Ignorable="d"> mc:Ignorable="d">
<Grid> <Grid>
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
xmlns:local="using:RingClientUWP" xmlns:local="using:RingClientUWP"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
NavigationCacheMode="Enabled"
mc:Ignorable="d"> mc:Ignorable="d">
<Page.Resources> <Page.Resources>
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
xmlns:ctl="using:RingClientUWP.Controls" xmlns:ctl="using:RingClientUWP.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
NavigationCacheMode="Enabled"
mc:Ignorable="d"> mc:Ignorable="d">
<Page.Resources> <Page.Resources>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
NavigationCacheMode="Enabled"
mc:Ignorable="d"> mc:Ignorable="d">
<Grid x:Name="_debugWindowOutputGrid_"> <Grid x:Name="_debugWindowOutputGrid_">
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
xmlns:views="using:RingClientUWP.Views" xmlns:views="using:RingClientUWP.Views"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
NavigationCacheMode="Enabled"
mc:Ignorable="d"> mc:Ignorable="d">
<Page.Resources> <Page.Resources>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
xmlns:local="using:RingClientUWP" xmlns:local="using:RingClientUWP"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
NavigationCacheMode="Enabled"
mc:Ignorable="d"> mc:Ignorable="d">
<Grid x:Name="_welcomePage_" <Grid x:Name="_welcomePage_"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
xmlns:local="using:RingClientUWP" xmlns:local="using:RingClientUWP"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
NavigationCacheMode="Enabled"
mc:Ignorable="d"> mc:Ignorable="d">
<Grid> <Grid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment