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 a0a99b1 commit c78a252Copy full SHA for c78a252
src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyProperty.cs
@@ -1189,7 +1189,7 @@ private enum Flags : int
1189
private static int GlobalIndexCount;
1190
1191
// Global, cross-object synchronization
1192
- internal static readonly object Synchronized = new object();
+ internal static readonly Lock Synchronized = new();
1193
1194
// Nullable Type
1195
private static Type NullableType = typeof(Nullable<>);
0 commit comments