4 writes to Culture
System.Windows.Forms.Tests (4)
System\Windows\Forms\KeysConverterTests.LocalizationTests.cs (4)
32SR.Culture = targetCulture; 50SR.Culture = originalSRCulture; 67SR.Culture = targetCulture; 72SR.Culture = originalSRCulture;
3 references to Culture
System.Windows.Forms (1)
artifacts\obj\System.Windows.Forms\Release\net10.0\System.SR.cs (1)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
System.Windows.Forms.Tests (2)
System\Windows\Forms\KeysConverterTests.LocalizationTests.cs (2)
25CultureInfo originalSRCulture = SR.Culture; 59CultureInfo originalSRCulture = SR.Culture;