|
24 | 24 | <StackPanel |
25 | 25 | x:Name="ListViewItemContentGrid" |
26 | 26 | AllowDrop="True" |
27 | | - AutomationProperties.Name="{x:Bind Title, Mode=OneTime}" |
| 27 | + AutomationProperties.Name="{x:Bind Title, Mode=OneWay}" |
28 | 28 | Background="Transparent" |
29 | 29 | DragLeave="PathBoxItem_DragLeave" |
30 | 30 | DragOver="PathBoxItem_DragOver" |
31 | 31 | Drop="PathBoxItem_Drop" |
32 | 32 | Orientation="Horizontal" |
33 | 33 | Spacing="4" |
34 | | - Tag="{x:Bind Path, Mode=OneTime}"> |
| 34 | + Tag="{x:Bind Path, Mode=OneWay}"> |
35 | 35 | <i:Interaction.Behaviors> |
36 | 36 | <i:EventTriggerBehavior EventName="PointerEntered"> |
37 | 37 | <i:ChangePropertyAction PropertyName="Opacity" Value="0.7" /> |
|
45 | 45 | <TextBlock |
46 | 46 | FontSize="12" |
47 | 47 | FontWeight="Medium" |
48 | | - Text="{x:Bind Title, Mode=OneTime}" /> |
| 48 | + Text="{x:Bind Title, Mode=OneWay}" /> |
49 | 49 |
|
50 | 50 | </StackPanel> |
51 | 51 | </DataTemplate> |
|
56 | 56 | x:Name="ListViewItemContentGrid" |
57 | 57 | VerticalAlignment="Center" |
58 | 58 | AllowDrop="True" |
59 | | - AutomationProperties.Name="{x:Bind Title, Mode=OneTime}" |
| 59 | + AutomationProperties.Name="{x:Bind Title, Mode=OneWay}" |
60 | 60 | Background="Transparent" |
61 | 61 | DragLeave="PathBoxItem_DragLeave" |
62 | 62 | DragOver="PathBoxItem_DragOver" |
63 | 63 | Drop="PathBoxItem_Drop" |
64 | 64 | Orientation="Horizontal" |
65 | 65 | Spacing="4" |
66 | | - Tag="{x:Bind Path, Mode=OneTime}"> |
| 66 | + Tag="{x:Bind Path, Mode=OneWay}"> |
67 | 67 |
|
68 | 68 | <!-- Header --> |
69 | 69 | <TextBlock |
70 | 70 | Padding="0,4" |
71 | 71 | FontSize="12" |
72 | 72 | PointerPressed="PathBoxItem_PointerPressed" |
73 | 73 | Tapped="PathBoxItem_Tapped" |
74 | | - Text="{x:Bind Title, Mode=OneTime}"> |
| 74 | + Text="{x:Bind Title, Mode=OneWay}"> |
75 | 75 | <i:Interaction.Behaviors> |
76 | 76 | <i:EventTriggerBehavior EventName="PointerEntered"> |
77 | 77 | <i:ChangePropertyAction PropertyName="Opacity" Value="0.7" /> |
|
0 commit comments