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