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 9afa976 commit fa87ed8Copy full SHA for fa87ed8
src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp/WispLogic.cs
@@ -4044,7 +4044,7 @@ internal long IncrementVersion()
4044
/// Lock the access to coalesced moves as it's possible it can be accessed simultaneously from two
4045
/// PenThreads if the initial PenThread fills up with PenContexts.
4046
/// </summary>
4047
- object _coalesceLock = new object();
+ private readonly object _coalesceLock = new object();
4048
4049
#if !MULTICAPTURE
4050
IInputElement _stylusCapture;
0 commit comments