3 references to ResourceManager
System.Windows.Forms (3)
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\Input\KeysConverter.cs (1)
90string key = SR.ResourceManager.GetString(resourceName, cultureInfo) ??
System\Windows\Forms\WinCategoryAttribute.cs (1)
44resourceObject = SR.ResourceManager.GetObject(name);