12 overrides of GetLocalizedString
PresentationCore (1)
Core\CSharp\MS\Internal\CustomCategoryAttribute.cs (1)
29protected override string GetLocalizedString(string value)
PresentationFramework (1)
src\Framework\MS\Internal\Controls\CustomCategoryAttribute.cs (1)
23protected override string GetLocalizedString(string value)
System.ServiceModel.Web (1)
SR.cs (1)
46protected override string GetLocalizedString(string value)
System.Web (1)
WebCategoryAttribute.cs (1)
49protected override string GetLocalizedString(string value) {
System.Web.DataVisualization (1)
Common\SRCategoryAttribute.cs (1)
21protected override string GetLocalizedString(string value)
System.Web.Extensions (1)
UI\ResourceCategoryAttribute.cs (1)
28protected override string GetLocalizedString(string value) {
System.Web.Mobile (1)
UI\MobileControls\MobileCategoryAttribute.cs (1)
48protected override String GetLocalizedString(String value)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WinCategoryAttribute.cs (1)
43protected override string GetLocalizedString(string value) {
System.Windows.Forms.DataVisualization (1)
Common\SRCategoryAttribute.cs (1)
21protected override string GetLocalizedString(string value)
System.Workflow.Activities (1)
SR.cs (1)
43protected override string GetLocalizedString(string value)
System.Workflow.ComponentModel (1)
AuthoringOM\SR.cs (1)
42protected override string GetLocalizedString(string value)
System.WorkflowServices (1)
SR.cs (1)
67protected override string GetLocalizedString(string value)
5 references to GetLocalizedString
System (1)
compmod\system\componentmodel\CategoryAttribute.cs (1)
238string localizedValue = GetLocalizedString(categoryValue);
System.Web (1)
WebCategoryAttribute.cs (1)
50string localizedValue = base.GetLocalizedString(value);
System.Web.Extensions (1)
UI\ResourceCategoryAttribute.cs (1)
29string localizedValue = base.GetLocalizedString(value);
System.Web.Mobile (1)
UI\MobileControls\MobileCategoryAttribute.cs (1)
61localizedValue = base.GetLocalizedString(categoryName);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WinCategoryAttribute.cs (1)
44string localizedValue = base.GetLocalizedString(value);