|
112 | 112 | AutomationProperties.FullDescription="{x:Bind Commands.NavigateBack.Description, Mode=OneWay}" |
113 | 113 | AutomationProperties.Name="{x:Bind Commands.NavigateBack.Label, Mode=OneWay}" |
114 | 114 | Command="{x:Bind Commands.NavigateBack, Mode=OneWay}" |
115 | | - IsEnabled="{x:Bind Commands.NavigateBack.IsExecutable, Mode=OneWay}" |
116 | 115 | Style="{StaticResource AddressToolbarButtonStyle}" |
117 | 116 | ToolTipService.ToolTip="{x:Bind Commands.NavigateBack.LabelWithHotKey, Mode=OneWay}"> |
118 | 117 | <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateBack.Glyph.BaseGlyph, Mode=OneTime}" /> |
|
142 | 141 | AutomationProperties.FullDescription="{x:Bind Commands.NavigateForward.Description, Mode=OneWay}" |
143 | 142 | AutomationProperties.Name="{x:Bind Commands.NavigateForward.Label, Mode=OneWay}" |
144 | 143 | Command="{x:Bind Commands.NavigateForward, Mode=OneWay}" |
145 | | - IsEnabled="{x:Bind Commands.NavigateForward.IsExecutable, Mode=OneWay}" |
146 | 144 | Style="{StaticResource AddressToolbarButtonStyle}" |
147 | 145 | ToolTipService.ToolTip="{x:Bind Commands.NavigateForward.LabelWithHotKey, Mode=OneWay}"> |
148 | 146 | <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateForward.Glyph.BaseGlyph, Mode=OneTime}" /> |
|
172 | 170 | AutomationProperties.FullDescription="{x:Bind Commands.NavigateUp.Description, Mode=OneWay}" |
173 | 171 | AutomationProperties.Name="{x:Bind Commands.NavigateUp.Label, Mode=OneWay}" |
174 | 172 | Command="{x:Bind Commands.NavigateUp, Mode=OneWay}" |
175 | | - IsEnabled="{x:Bind Commands.NavigateUp.IsExecutable, Mode=OneWay}" |
176 | 173 | Style="{StaticResource AddressToolbarButtonStyle}" |
177 | 174 | ToolTipService.ToolTip="{x:Bind Commands.NavigateUp.LabelWithHotKey, Mode=OneWay}"> |
178 | 175 | <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateUp.Glyph.BaseGlyph, Mode=OneTime}" /> |
|
184 | 181 | AccessKeyInvoked="Button_AccessKeyInvoked" |
185 | 182 | AutomationProperties.Name="{x:Bind Commands.RefreshItems.Label, Mode=OneWay}" |
186 | 183 | Command="{x:Bind Commands.RefreshItems, Mode=OneWay}" |
187 | | - IsEnabled="{x:Bind Commands.RefreshItems.IsExecutable, Mode=OneWay}" |
188 | 184 | Style="{StaticResource AddressToolbarButtonStyle}" |
189 | 185 | ToolTipService.ToolTip="{x:Bind Commands.RefreshItems.LabelWithHotKey, Mode=OneWay}"> |
190 | 186 | <FontIcon FontSize="14" Glyph="{x:Bind Commands.RefreshItems.Glyph.BaseGlyph, Mode=OneTime}" /> |
|
197 | 193 | AccessKeyInvoked="Button_AccessKeyInvoked" |
198 | 194 | AutomationProperties.Name="{x:Bind Commands.NavigateHome.Label, Mode=OneWay}" |
199 | 195 | Command="{x:Bind Commands.NavigateHome, Mode=OneWay}" |
200 | | - IsEnabled="{x:Bind Commands.NavigateHome.IsExecutable, Mode=OneWay}" |
201 | 196 | Style="{StaticResource AddressToolbarButtonStyle}" |
202 | 197 | ToolTipService.ToolTip="{x:Bind Commands.NavigateHome.LabelWithHotKey, Mode=OneWay}"> |
203 | 198 | <FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateHome.Glyph.BaseGlyph, Mode=OneTime}" /> |
|
0 commit comments