|
8 | 8 | xmlns:core="using:Microsoft.Xaml.Interactions.Core"
|
9 | 9 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
10 | 10 | xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
|
11 |
| - xmlns:local1="using:Files" |
| 11 | + xmlns:local="using:Files" |
12 | 12 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
13 | 13 | xmlns:uilib="using:Microsoft.UI.Xaml.Controls"
|
14 | 14 | d:DesignHeight="125"
|
|
1363 | 1363 | <Custom:TabViewItem.Resources>
|
1364 | 1364 | <ResourceDictionary Source="ms-appx:///Microsoft.UI.Xaml/DensityStyles/Compact.xaml" />
|
1365 | 1365 | </Custom:TabViewItem.Resources>
|
1366 |
| - <controls:RibbonPage Visibility="{x:Bind RibbonViewModel.ShowRibbonContent, Mode=OneWay}"> |
| 1366 | + <controls:RibbonPage Visibility="{x:Bind local:App.AppSettings.ShowRibbonContent, Mode=OneWay}"> |
1367 | 1367 | <controls:RibbonPage.PageContent>
|
1368 | 1368 | <AppBarButton
|
1369 | 1369 | x:Name="CutButton"
|
|
1392 | 1392 | Click="{x:Bind parentPage.instanceInteraction.PasteItem_ClickAsync}"
|
1393 | 1393 | CornerRadius="2"
|
1394 | 1394 | Icon="Paste"
|
1395 |
| - IsEnabled="{x:Bind local1:App.PS.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" |
| 1395 | + IsEnabled="{x:Bind local:App.PS.isEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" |
1396 | 1396 | Label="Paste"
|
1397 | 1397 | LabelPosition="{x:Bind RibbonViewModel.ItemLabelPosition, Mode=OneWay}"
|
1398 | 1398 | Style="{StaticResource AppBarButtonRevealStyle}" />
|
|
1507 | 1507 | <Custom:TabViewItem.Resources>
|
1508 | 1508 | <ResourceDictionary Source="ms-appx:///Microsoft.UI.Xaml/DensityStyles/Compact.xaml" />
|
1509 | 1509 | </Custom:TabViewItem.Resources>
|
1510 |
| - <controls:RibbonPage Visibility="{x:Bind RibbonViewModel.ShowRibbonContent, Mode=OneWay}"> |
| 1510 | + <controls:RibbonPage Visibility="{x:Bind local:App.AppSettings.ShowRibbonContent, Mode=OneWay}"> |
1511 | 1511 | <controls:RibbonPage.PageContent>
|
1512 | 1512 | <AppBarButton
|
1513 | 1513 | x:Name="ShareButton"
|
|
1539 | 1539 | <Custom:TabViewItem.Resources>
|
1540 | 1540 | <ResourceDictionary Source="ms-appx:///Microsoft.UI.Xaml/DensityStyles/Compact.xaml" />
|
1541 | 1541 | </Custom:TabViewItem.Resources>
|
1542 |
| - <controls:RibbonPage Visibility="{x:Bind RibbonViewModel.ShowRibbonContent, Mode=OneWay}"> |
| 1542 | + <controls:RibbonPage Visibility="{x:Bind local:App.AppSettings.ShowRibbonContent, Mode=OneWay}"> |
1543 | 1543 | <controls:RibbonPage.PageContent>
|
1544 | 1544 | <AppBarButton
|
1545 | 1545 | x:Name="LayoutButton"
|
|
1749 | 1749 | Margin="4,0,2,0"
|
1750 | 1750 | x:FieldModifier="public"
|
1751 | 1751 | Background="Transparent"
|
1752 |
| - Click="{x:Bind local1:NavigationActions.Back_Click}" |
| 1752 | + Click="{x:Bind local:NavigationActions.Back_Click}" |
1753 | 1753 | CornerRadius="2"
|
1754 | 1754 | FontFamily="Segoe MDL2 Assets"
|
1755 | 1755 | IsEnabled="{x:Bind parentPage.ItemDisplayFrame.CanGoBack, Mode=OneWay}"
|
|
1770 | 1770 | Margin="2,0,2,0"
|
1771 | 1771 | x:FieldModifier="public"
|
1772 | 1772 | Background="Transparent"
|
1773 |
| - Click="{x:Bind local1:NavigationActions.Forward_Click}" |
| 1773 | + Click="{x:Bind local:NavigationActions.Forward_Click}" |
1774 | 1774 | CornerRadius="2"
|
1775 | 1775 | FontFamily="Segoe MDL2 Assets"
|
1776 | 1776 | IsEnabled="{x:Bind parentPage.ItemDisplayFrame.CanGoForward, Mode=OneWay}"
|
|
1790 | 1790 | Margin="2,0,2,0"
|
1791 | 1791 | x:FieldModifier="public"
|
1792 | 1792 | Background="Transparent"
|
1793 |
| - Click="{x:Bind local1:NavigationActions.Up_Click}" |
| 1793 | + Click="{x:Bind local:NavigationActions.Up_Click}" |
1794 | 1794 | CornerRadius="2"
|
1795 | 1795 | FontFamily="Segoe MDL2 Assets"
|
1796 | 1796 | Style="{StaticResource ToolBarButtonStyle}"
|
|
1810 | 1810 | Margin="2,0,0,0"
|
1811 | 1811 | x:FieldModifier="public"
|
1812 | 1812 | Background="Transparent"
|
1813 |
| - Click="{x:Bind local1:NavigationActions.Refresh_Click}" |
| 1813 | + Click="{x:Bind local:NavigationActions.Refresh_Click}" |
1814 | 1814 | CornerRadius="2"
|
1815 | 1815 | FontFamily="Segoe MDL2 Assets"
|
1816 | 1816 | Style="{StaticResource ToolBarButtonStyle}">
|
|
0 commit comments