diff --git a/ILSpy.BamlDecompiler/Tests/Cases/Issue445.xaml b/ILSpy.BamlDecompiler/Tests/Cases/Issue445.xaml
new file mode 100644
index 000000000..d6eba3b8f
--- /dev/null
+++ b/ILSpy.BamlDecompiler/Tests/Cases/Issue445.xaml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj
index 143e1ce06..542caa8e7 100644
--- a/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj
+++ b/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj
@@ -135,6 +135,7 @@
+
\ No newline at end of file
diff --git a/ILSpy.BamlDecompiler/Tests/TestRunner.cs b/ILSpy.BamlDecompiler/Tests/TestRunner.cs
index 59b50143d..98a964f33 100644
--- a/ILSpy.BamlDecompiler/Tests/TestRunner.cs
+++ b/ILSpy.BamlDecompiler/Tests/TestRunner.cs
@@ -79,6 +79,12 @@ namespace ILSpy.BamlDecompiler.Tests
RunTest("cases/simplepropertyelement");
}
+ [Test, Ignore]
+ public void Issue445()
+ {
+ RunTest("cases/issue445");
+ }
+
#region RunTest
void RunTest(string name)
{