We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb1d87 commit 7de5376Copy full SHA for 7de5376
WpfDesign.Designer/Project/PropertyGrid/PropertyGrid.cs
@@ -48,6 +48,8 @@ public PropertyGrid()
48
Categories.Add(otherCategory);
49
Categories.Add(attachedCategory);
50
51
+ BasicMetadata.Register();
52
+
53
Events = new PropertyNodeCollection();
54
}
55
0 commit comments