File tree Expand file tree Collapse file tree 2 files changed +26
-8
lines changed Expand file tree Collapse file tree 2 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 681
681
Orientation =" Horizontal" >
682
682
683
683
<Button
684
- Grid.Row=" 3"
685
684
x : Name =" NewItemButton"
685
+ Grid.Row=" 3"
686
686
Margin =" 0,0,4,0"
687
687
HorizontalAlignment =" Right"
688
688
Background =" Transparent"
723
723
</Button >
724
724
725
725
<Button
726
+ x : Name =" SearchButton"
726
727
Grid.Row=" 3"
727
728
Margin =" 0,0,4,0"
728
- x : Name =" SearchButton"
729
729
HorizontalAlignment =" Right"
730
730
Background =" Transparent"
731
731
FontFamily =" Segoe MDL2 Assets"
759
759
Visibility =" Visible" >
760
760
<Button .Flyout>
761
761
<MenuFlyout Placement =" BottomEdgeAlignedRight" >
762
- <MenuFlyoutItem x : Uid =" NavigationToolbarNewTab" Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.OpenNewTab}" Text =" New Tab" />
763
- <MenuFlyoutItem x : Uid =" NavigationToolbarNewWindow" Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.LaunchNewWindow}" Text =" New Window" />
764
- <MenuFlyoutItem x : Uid =" NavigationToolbarCopyPath" Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.GetPath_Click}" Text =" Copy Path" />
762
+ <MenuFlyoutItem
763
+ x : Uid =" NavigationToolbarNewTab"
764
+ Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.OpenNewTab}"
765
+ Text =" New Tab" />
766
+ <MenuFlyoutItem
767
+ x : Uid =" NavigationToolbarNewWindow"
768
+ Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.LaunchNewWindow}"
769
+ Text =" New Window" />
770
+ <MenuFlyoutItem
771
+ x : Uid =" NavigationToolbarCopyPath"
772
+ Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.GetPath_Click}"
773
+ Text =" Copy Path" />
765
774
<MenuFlyoutSeparator />
766
- <MenuFlyoutItem x : Uid =" NavigationToolbarPaste" Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.PasteItem_ClickAsync}" Text =" Paste" />
775
+ <MenuFlyoutItem
776
+ x : Uid =" NavigationToolbarPaste"
777
+ Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.PasteItem_ClickAsync}"
778
+ Text =" Paste" />
767
779
<MenuFlyoutItem
768
780
x : Uid =" NavigationToolbarOpenInTerminal"
769
781
Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.OpenDirectoryInTerminal}"
Original file line number Diff line number Diff line change 31
31
Style =" {StaticResource ToolBarButtonStyle}" >
32
32
<Button .Flyout>
33
33
<MenuFlyout >
34
- <MenuFlyoutItem x : Uid =" StatusBarControlSelectAll" Text =" Select All" />
35
- <MenuFlyoutItem x : Uid =" StatusBarControlClearSelection" Text =" Clear Selection" />
34
+ <MenuFlyoutItem
35
+ x : Uid =" StatusBarControlSelectAll"
36
+ Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.SelectAllItems}"
37
+ Text =" Select All" />
38
+ <MenuFlyoutItem
39
+ x : Uid =" StatusBarControlClearSelection"
40
+ Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.ClearAllItems}"
41
+ Text =" Clear Selection" />
36
42
</MenuFlyout >
37
43
</Button .Flyout>
38
44
</Button >
You can’t perform that action at this time.
0 commit comments