|
4 | 4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
5 | 5 | xmlns:behaviors="using:CommunityToolkit.App.Shared.Behaviors"
|
6 | 6 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
7 |
| - xmlns:interactions="using:Microsoft.Xaml.Interactions.Core" |
8 | 7 | xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
|
9 | 8 | xmlns:local="using:CommunityToolkit.App.Shared"
|
10 | 9 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
104 | 103 | </StackPanel>
|
105 | 104 | </Button.Content>
|
106 | 105 | <interactivity:Interaction.Behaviors>
|
107 |
| - <interactions:EventTriggerBehavior EventName="Click"> |
| 106 | + <interactivity:EventTriggerBehavior EventName="Click"> |
108 | 107 | <behaviors:NavigateToUriAction NavigateUri="https://aka.ms/toolkit/docs" />
|
109 |
| - </interactions:EventTriggerBehavior> |
| 108 | + </interactivity:EventTriggerBehavior> |
110 | 109 | </interactivity:Interaction.Behaviors>
|
111 | 110 | </Button>
|
112 | 111 | <Button win:AutomationProperties.Name="Learn more on GitHub">
|
|
122 | 121 | </StackPanel>
|
123 | 122 | </Button.Content>
|
124 | 123 | <interactivity:Interaction.Behaviors>
|
125 |
| - <interactions:EventTriggerBehavior EventName="Click"> |
| 124 | + <interactivity:EventTriggerBehavior EventName="Click"> |
126 | 125 | <behaviors:NavigateToUriAction NavigateUri="https://aka.ms/toolkit/windows" />
|
127 |
| - </interactions:EventTriggerBehavior> |
| 126 | + </interactivity:EventTriggerBehavior> |
128 | 127 | </interactivity:Interaction.Behaviors>
|
129 | 128 | </Button>
|
130 | 129 |
|
|
141 | 140 | </StackPanel>
|
142 | 141 | </Button.Content>
|
143 | 142 | <interactivity:Interaction.Behaviors>
|
144 |
| - <interactions:EventTriggerBehavior EventName="Click"> |
| 143 | + <interactivity:EventTriggerBehavior EventName="Click"> |
145 | 144 | <behaviors:NavigateToUriAction NavigateUri="https://aka.ms/wct/discord" />
|
146 |
| - </interactions:EventTriggerBehavior> |
| 145 | + </interactivity:EventTriggerBehavior> |
147 | 146 | </interactivity:Interaction.Behaviors>
|
148 | 147 | </Button>
|
149 | 148 | </StackPanel>
|
|
0 commit comments