Skip to content

Commit 9adb7a5

Browse files
committed
Code style
Disable CodeMaid and format XAML code using XAML Styler only.
1 parent 264cc4b commit 9adb7a5

12 files changed

+51
-51
lines changed

IPConfig/Views/IPConfigDetailView.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<UserControl x:Class="IPConfig.Views.IPConfigDetailView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
85
xmlns:c="clr-namespace:IPConfig.Controls"
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"
99
xmlns:lang="clr-namespace:IPConfig.Languages"
10-
xmlns:vm="clr-namespace:IPConfig.ViewModels"
11-
xmlns:v="clr-namespace:IPConfig.Views"
10+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1211
xmlns:sys="clr-namespace:System;assembly=mscorlib"
13-
xmlns:hc="https://handyorg.github.io/handycontrol"
12+
xmlns:v="clr-namespace:IPConfig.Views"
13+
xmlns:vm="clr-namespace:IPConfig.ViewModels"
1414
d:Background="{DynamicResource RegionBrush}"
1515
d:DataContext="{d:DesignInstance Type=vm:IPConfigDetailViewModel,
1616
IsDesignTimeCreatable=True}"

IPConfig/Views/IPConfigListSelectionCounterView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<UserControl x:Class="IPConfig.Views.IPConfigListSelectionCounterView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
4+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
65
xmlns:lang="clr-namespace:IPConfig.Languages"
6+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
77
xmlns:vm="clr-namespace:IPConfig.ViewModels"
88
d:Background="{DynamicResource RegionBrush}"
99
d:DataContext="{d:DesignInstance Type=vm:IPConfigListViewModel,

IPConfig/Views/IPConfigListView.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<UserControl x:Class="IPConfig.Views.IPConfigListView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
5+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6+
xmlns:dd="urn:gong-wpf-dragdrop"
7+
xmlns:hc="https://handyorg.github.io/handycontrol"
8+
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
89
xmlns:lang="clr-namespace:IPConfig.Languages"
910
xmlns:m="clr-namespace:IPConfig.Models"
11+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1012
xmlns:vm="clr-namespace:IPConfig.ViewModels"
11-
xmlns:hc="https://handyorg.github.io/handycontrol"
12-
xmlns:dd="urn:gong-wpf-dragdrop"
1313
d:Background="{DynamicResource RegionBrush}"
1414
d:DataContext="{d:DesignInstance Type=vm:IPConfigListViewModel,
1515
IsDesignTimeCreatable=True}"

IPConfig/Views/IPv4ConfigView.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<UserControl x:Class="IPConfig.Views.IPv4ConfigView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
85
xmlns:c="clr-namespace:IPConfig.Controls"
96
xmlns:conv="clr-namespace:IPConfig.Converters"
7+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
8+
xmlns:hc="https://handyorg.github.io/handycontrol"
9+
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
1010
xmlns:lang="clr-namespace:IPConfig.Languages"
1111
xmlns:m="clr-namespace:IPConfig.Models"
12+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1213
xmlns:vm="clr-namespace:IPConfig.ViewModels"
13-
xmlns:hc="https://handyorg.github.io/handycontrol"
1414
d:DataContext="{d:DesignInstance Type=vm:IPConfigDetailViewModel,
1515
IsDesignTimeCreatable=True}"
1616
d:DesignWidth="400"

IPConfig/Views/MainWindow.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<hc:Window x:Class="IPConfig.Views.MainWindow"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
85
xmlns:c="clr-namespace:IPConfig.Controls"
96
xmlns:conv="clr-namespace:IPConfig.Converters"
7+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
8+
xmlns:hc="https://handyorg.github.io/handycontrol"
9+
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
1010
xmlns:lang="clr-namespace:IPConfig.Languages"
11-
xmlns:vm="clr-namespace:IPConfig.ViewModels"
11+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1212
xmlns:v="clr-namespace:IPConfig.Views"
13-
xmlns:hc="https://handyorg.github.io/handycontrol"
13+
xmlns:vm="clr-namespace:IPConfig.ViewModels"
1414
Title="IPConfig"
1515
Width="488"
1616
Height="600"

IPConfig/Views/NicConfigDetailView.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<UserControl x:Class="IPConfig.Views.NicConfigDetailView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
85
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"
99
xmlns:lang="clr-namespace:IPConfig.Languages"
10-
xmlns:vm="clr-namespace:IPConfig.ViewModels"
10+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1111
xmlns:sys="clr-namespace:System;assembly=mscorlib"
12-
xmlns:hc="https://handyorg.github.io/handycontrol"
12+
xmlns:vm="clr-namespace:IPConfig.ViewModels"
1313
b:InputBindingBehavior.PropagateInputBindingsToWindow="True"
1414
d:Background="{DynamicResource RegionBrush}"
1515
d:DataContext="{d:DesignInstance Type=vm:NicConfigDetailViewModel,

IPConfig/Views/NicInfoCardView.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<UserControl x:Class="IPConfig.Views.NicInfoCardView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
85
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"
99
xmlns:lang="clr-namespace:IPConfig.Languages"
10+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1011
xmlns:vm="clr-namespace:IPConfig.ViewModels"
11-
xmlns:hc="https://handyorg.github.io/handycontrol"
1212
b:InputBindingBehavior.PropagateInputBindingsToWindow="True"
1313
d:DataContext="{d:DesignInstance Type=vm:NicViewModel,
1414
IsDesignTimeCreatable=True}"

IPConfig/Views/NicSelectorView.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<UserControl x:Class="IPConfig.Views.NicSelectorView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
85
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"
99
xmlns:lang="clr-namespace:IPConfig.Languages"
1010
xmlns:m="clr-namespace:IPConfig.Models"
11-
xmlns:vm="clr-namespace:IPConfig.ViewModels"
11+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1212
xmlns:net="clr-namespace:System.Net.NetworkInformation;assembly=System"
13-
xmlns:hc="https://handyorg.github.io/handycontrol"
13+
xmlns:vm="clr-namespace:IPConfig.ViewModels"
1414
b:InputBindingBehavior.PropagateInputBindingsToWindow="True"
1515
d:DataContext="{d:DesignInstance Type=vm:NicViewModel,
1616
IsDesignTimeCreatable=True}"

IPConfig/Views/NicSpeedMonitorView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<UserControl x:Class="IPConfig.Views.NicSpeedMonitorView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
5+
xmlns:hc="https://handyorg.github.io/handycontrol"
56
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
67
xmlns:vm="clr-namespace:IPConfig.ViewModels"
7-
xmlns:hc="https://handyorg.github.io/handycontrol"
88
d:Background="{DynamicResource RegionBrush}"
99
d:DataContext="{d:DesignInstance Type=vm:NicViewModel,
1010
IsDesignTimeCreatable=True}"

IPConfig/Views/StatusBarView.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<UserControl x:Class="IPConfig.Views.StatusBarView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
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"
4+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
75
xmlns:h="clr-namespace:IPConfig.Helpers"
6+
xmlns:hc="https://handyorg.github.io/handycontrol"
7+
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
88
xmlns:lang="clr-namespace:IPConfig.Languages"
9-
xmlns:vm="clr-namespace:IPConfig.ViewModels"
9+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1010
xmlns:v="clr-namespace:IPConfig.Views"
11-
xmlns:hc="https://handyorg.github.io/handycontrol"
11+
xmlns:vm="clr-namespace:IPConfig.ViewModels"
1212
x:Name="root"
1313
d:DataContext="{d:DesignInstance Type=vm:StatusBarViewModel,
1414
IsDesignTimeCreatable=True}"

0 commit comments

Comments
 (0)