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