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 03f0126 commit 7811d57Copy full SHA for 7811d57
src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/DependencyProperty.cs
@@ -1204,7 +1204,7 @@ private enum Flags : int
1204
private static int GlobalIndexCount;
1205
1206
// Global, cross-object synchronization
1207
- internal static object Synchronized = new object();
+ internal static readonly object Synchronized = new object();
1208
1209
// Nullable Type
1210
private static Type NullableType = typeof(Nullable<>);
0 commit comments