diff --git a/Directory.Build.props b/Directory.Build.props
index 47f23f5..d23b815 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -16,6 +16,6 @@
net45;netcoreapp3.0;net6.0-windows
netcoreapp3.0;net461;net6.0-windows
netcoreapp3.1;net461;net6.0-windows
- 1.18.0
+ 1.18.1
diff --git a/MdXaml.Html/Core/Parsers/TypicalParseInfo.cs b/MdXaml.Html/Core/Parsers/TypicalParseInfo.cs
index 61eba16..367ed5e 100644
--- a/MdXaml.Html/Core/Parsers/TypicalParseInfo.cs
+++ b/MdXaml.Html/Core/Parsers/TypicalParseInfo.cs
@@ -7,6 +7,7 @@
using System.Reflection;
using System.Windows;
using System.Windows.Documents;
+using static System.Windows.Forms.VisualStyles.VisualStyleElement;
namespace MdXaml.Html.Core.Parsers
{
@@ -103,6 +104,13 @@ public bool TryReplace(HtmlNode node, ReplaceManager manager, out IEnumerable