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} and ({IsPropertyChangedCallbackImplemented:true} or {IsSharedPropertyChangedCallbackImplemented:true})
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Test_DependencyPropertyGenerator.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2359,7 +2359,7 @@ partial class MyControl
2359
2359
name: "Number",
2360
2360
propertyType: typeof(int),
2361
2361
ownerType: typeof(MyControl),
2362
-
typeMetadata: new global::Windows.UI.Xaml.PropertyMetadata.Create(new Windows.UI.Xaml.CreateDefaultValueCallback(CreateNumber)));
0 commit comments