diff --git a/Tests/WpfControlLibrary/CustomControl1.cs b/Tests/WpfControlLibrary/CustomControl1.cs index 4505aa0..c3706d3 100644 --- a/Tests/WpfControlLibrary/CustomControl1.cs +++ b/Tests/WpfControlLibrary/CustomControl1.cs @@ -45,7 +45,7 @@ namespace WpfControlLibrary /// /// public class CustomControl1 : Control - { + { static CustomControl1() { DefaultStyleKeyProperty.OverrideMetadata(typeof(CustomControl1), new FrameworkPropertyMetadata(typeof(CustomControl1)));