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