We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33d12c commit 2cbc28aCopy full SHA for 2cbc28a
Tests/WpfControlLibrary/CustomControl1.cs
@@ -45,7 +45,7 @@ namespace WpfControlLibrary
45
///
46
/// </summary>
47
public class CustomControl1 : Control
48
- {
+ {
49
static CustomControl1()
50
{
51
DefaultStyleKeyProperty.OverrideMetadata(typeof(CustomControl1), new FrameworkPropertyMetadata(typeof(CustomControl1)));
0 commit comments