|
1 | 1 | <UserControl x:Class="IPConfig.Views.NicSelectorView" |
2 | 2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | | - xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
4 | 3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
5 | | - xmlns:i="http://schemas.microsoft.com/xaml/behaviors" |
6 | | - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
7 | 4 | xmlns:b="clr-namespace:IPConfig.Behaviors" |
8 | 5 | xmlns:conv="clr-namespace:IPConfig.Converters" |
| 6 | + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| 7 | + xmlns:hc="https://handyorg.github.io/handycontrol" |
| 8 | + xmlns:i="http://schemas.microsoft.com/xaml/behaviors" |
9 | 9 | xmlns:lang="clr-namespace:IPConfig.Languages" |
10 | 10 | xmlns:m="clr-namespace:IPConfig.Models" |
11 | | - xmlns:vm="clr-namespace:IPConfig.ViewModels" |
| 11 | + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
12 | 12 | xmlns:net="clr-namespace:System.Net.NetworkInformation;assembly=System" |
13 | | - xmlns:hc="https://handyorg.github.io/handycontrol" |
| 13 | + xmlns:vm="clr-namespace:IPConfig.ViewModels" |
14 | 14 | b:InputBindingBehavior.PropagateInputBindingsToWindow="True" |
15 | 15 | d:DataContext="{d:DesignInstance Type=vm:NicViewModel, |
16 | 16 | IsDesignTimeCreatable=True}" |
|
39 | 39 | </Grid.ColumnDefinitions> |
40 | 40 |
|
41 | 41 | <hc:ComboBox Height="36" |
42 | | - hc:InfoElement.Placeholder="{Binding NicSelectorPlaceholder, UpdateSourceTrigger=PropertyChanged}" |
| 42 | + hc:InfoElement.Placeholder="{Binding NicSelectorPlaceholder}" |
43 | 43 | ItemsSource="{Binding AllNics}" |
44 | 44 | SelectedItem="{Binding SelectedNic}" |
45 | 45 | ToolTip="{Binding SelectedNic}"> |
|
0 commit comments