You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.SourceGenerators/DependencyPropertyGenerator.Execute.cs
{DefaultValue:DependencyPropertyDefaultValue.Null or DependencyPropertyDefaultValue.Default,IsPropertyChangedCallbackImplemented:false,IsSharedPropertyChangedCallbackImplemented:false}
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Test_DependencyPropertyGenerator.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ partial class MyControl
45
45
name: "Number",
46
46
propertyType: typeof(int),
47
47
ownerType: typeof(MyControl),
48
-
typeMetadata: new global::Windows.UI.Xaml.PropertyMetadata(default(int)));
0 commit comments