We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a156f3d commit 8b93c3aCopy full SHA for 8b93c3a
1 file changed
SimpleSample/MainWindow.xaml.cs
@@ -5,6 +5,7 @@
5
using System.Windows.Controls;
6
using System.Xml;
7
using ICSharpCode.WpfDesign;
8
+using ICSharpCode.WpfDesign.Designer;
9
using ICSharpCode.WpfDesign.Designer.Services;
10
using ICSharpCode.WpfDesign.Designer.Xaml;
11
using ICSharpCode.WpfDesign.XamlDom;
@@ -28,6 +29,8 @@ public MainWindow()
28
29
{
30
InitializeComponent();
31
32
+ BasicMetadata.Register();
33
+
34
var loadSettings = new XamlLoadSettings();
35
loadSettings.DesignerAssemblies.Add(this.GetType().Assembly);
36
0 commit comments