5 overrides of GetLocalizedString
PresentationCore (1)
MS\Internal\CustomCategoryAttribute.cs (1)
28protected override string GetLocalizedString(string value)
PresentationFramework (1)
MS\Internal\Controls\CustomCategoryAttribute.cs (1)
22protected override string GetLocalizedString(string value)
System.Windows.Forms (2)
SRCategoryAttribute.cs (1)
15protected override string? GetLocalizedString(string value)
System\Windows\Forms\WinCategoryAttribute.cs (1)
29protected override string GetLocalizedString(string value)
System.Windows.Forms.Design (1)
SRCategoryAttribute.cs (1)
16protected override string GetLocalizedString(string value) => SR.GetResourceString(value);
2 references to GetLocalizedString
System.ComponentModel.Primitives (1)
System\ComponentModel\CategoryAttribute.cs (1)
123string? localizedValue = GetLocalizedString(_categoryValue);
System.Windows.Forms (1)
System\Windows\Forms\WinCategoryAttribute.cs (1)
31string? localizedValue = base.GetLocalizedString(value);