3 writes to s_currentSettings
System.Windows.Forms (3)
System\Windows\Forms\SystemVisualSettingsTracker.cs (3)
25=> Volatile.Read(ref s_currentSettings); 49if (ReferenceEquals(Interlocked.CompareExchange(ref s_currentSettings, next, current), current)) 124Interlocked.Exchange(ref s_currentSettings, currentSettings);