diff --git a/5-17.4改变属性触发器2/5-17.4改变属性触发器2.csproj b/5-17.4改变属性触发器2/5-17.4改变属性触发器2.csproj
new file mode 100644
index 0000000..f38d8d1
--- /dev/null
+++ b/5-17.4改变属性触发器2/5-17.4改变属性触发器2.csproj
@@ -0,0 +1,12 @@
+
+
+
+ WinExe
+ net8.0-windows
+ _5_17._4改变属性触发器2
+ enable
+ enable
+ true
+
+
+
diff --git a/5-17.4改变属性触发器2/App.xaml b/5-17.4改变属性触发器2/App.xaml
new file mode 100644
index 0000000..48ec718
--- /dev/null
+++ b/5-17.4改变属性触发器2/App.xaml
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/5-17.4改变属性触发器2/App.xaml.cs b/5-17.4改变属性触发器2/App.xaml.cs
new file mode 100644
index 0000000..b9ebc4a
--- /dev/null
+++ b/5-17.4改变属性触发器2/App.xaml.cs
@@ -0,0 +1,12 @@
+using System.Configuration;
+using System.Data;
+using System.Windows;
+
+namespace _5_17._4改变属性触发器2;
+
+///
+/// Interaction logic for App.xaml
+///
+public partial class App : Application
+{
+}
\ No newline at end of file
diff --git a/5-17.4改变属性触发器2/AssemblyInfo.cs b/5-17.4改变属性触发器2/AssemblyInfo.cs
new file mode 100644
index 0000000..4a05c7d
--- /dev/null
+++ b/5-17.4改变属性触发器2/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+using System.Windows;
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
\ No newline at end of file
diff --git a/5-17.4改变属性触发器2/MainWindow.xaml b/5-17.4改变属性触发器2/MainWindow.xaml
new file mode 100644
index 0000000..995c56d
--- /dev/null
+++ b/5-17.4改变属性触发器2/MainWindow.xaml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/5-17.4改变属性触发器2/MainWindow.xaml.cs b/5-17.4改变属性触发器2/MainWindow.xaml.cs
new file mode 100644
index 0000000..e9d04e2
--- /dev/null
+++ b/5-17.4改变属性触发器2/MainWindow.xaml.cs
@@ -0,0 +1,23 @@
+using System.Text;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace _5_17._4改变属性触发器2;
+
+///
+/// Interaction logic for MainWindow.xaml
+///
+public partial class MainWindow : Window
+{
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/5-WPF模板和自定义元素.sln b/5-WPF模板和自定义元素.sln
index 48cbb58..b987588 100644
--- a/5-WPF模板和自定义元素.sln
+++ b/5-WPF模板和自定义元素.sln
@@ -8,6 +8,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "5-17.3创建控件模板",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "5-17.4改变属性触发器", "5-17.4改变属性触发器\5-17.4改变属性触发器.csproj", "{A9E35059-C6E4-4539-B78C-03DD9737D1E3}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "5-17.4改变属性触发器2", "5-17.4改变属性触发器2\5-17.4改变属性触发器2.csproj", "{9D6F1664-2363-4674-A3C7-195A16C337E3}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -30,5 +32,9 @@ Global
{A9E35059-C6E4-4539-B78C-03DD9737D1E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9E35059-C6E4-4539-B78C-03DD9737D1E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9E35059-C6E4-4539-B78C-03DD9737D1E3}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9D6F1664-2363-4674-A3C7-195A16C337E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9D6F1664-2363-4674-A3C7-195A16C337E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9D6F1664-2363-4674-A3C7-195A16C337E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9D6F1664-2363-4674-A3C7-195A16C337E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal