6internal static class SR
83 if (!(resourceKey == resourceString) && resourceString !=
null)
85 return resourceString;
90 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3)
94 return string.Join(
", ", resourceFormat, p1, p2, p3);
96 return string.Format(resourceFormat, p1, p2, p3);
90 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3) {
…}
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string PropertyCategoryScale
static string PropertyCategoryConfig
static string InvalidEnumArgument
static string GetResourceString(string resourceKey, string defaultString)
static string PropertyCategoryLayout
static string PropertyCategoryFormat
static string PropertyCategoryDDE
static ResourceManager s_resourceManager
static string PropertyCategoryWindowStyle
static string PropertyCategoryData
static string PropertyCategoryDefault
static string PropertyCategoryAppearance
static string PropertyCategoryKey
static string PropertyCategoryFocus
static string PropertyCategoryAction
static string PropertyCategoryList
static ResourceManager ResourceManager
static string PropertyCategoryBehavior
static string PropertyCategoryDragDrop
static string PropertyCategoryFont
static string PropertyCategoryDesign
static string PropertyCategoryAsynchronous
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string Format(string resourceFormat, object p1, object p2, object p3)
static readonly bool s_usingResourceKeys
static string PropertyCategoryPosition
static string PropertyCategoryText
static string PropertyCategoryMouse