40 references to GetString
ComSvcConfig (1)
parent\WcfCommonResStrings\CommonResStrings.cs (1)
14
return resmgr.
GetString
(id);
mscorlib (1)
system\diagnostics\eventing\StubEnvironment.cs (1)
26
string fmt = rm.
GetString
(key);
svcutil (1)
parent\WcfCommonResStrings\CommonResStrings.cs (1)
14
return resmgr.
GetString
(id);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryNameMap.cs (1)
49
return (string)System.Activities.Presentation.Internal.Properties.Resources.ResourceManager.
GetString
(string.Concat("PropertyCategory", categoryName.Replace(' ', '_')));
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryNameMap.cs (1)
49
return (string)System.Activities.Presentation.Internal.Properties.Resources.ResourceManager.
GetString
(string.Concat("PropertyCategory", categoryName.Replace(' ', '_')));
System.Messaging (6)
System\Messaging\Design\QueuePathDialog.cs (6)
226
this.okButton.Text = resources.
GetString
("okButton.Text");
253
this.helpButton.Text = resources.
GetString
("helpButton.Text");
260
this.selectLabel.Text = resources.
GetString
("selectLabel.Text");
264
this.referenceLabel.Text = resources.
GetString
("referenceLabel.Text");
269
this.cancelButton.Text = resources.
GetString
("cancelButton.Text");
290
this.Text = resources.
GetString
("$this.Text");
System.ServiceModel.Web (3)
SR.cs (3)
25
DescriptionValue = rm.
GetString
(description);
51
String localizedString = rm.
GetString
(value);
73
DisplayNameValue = rm.
GetString
(name);
System.Workflow.Activities (4)
Designers\ActivityDesignerResources.cs (1)
80
return DR.resourceManager.
GetString
(resID);
SR.cs (3)
22
DescriptionValue = rm.
GetString
(description);
48
String localizedString = rm.
GetString
(value);
70
DisplayNameValue = rm.
GetString
(name);
System.Workflow.ComponentModel (19)
AuthoringOM\ComponentFactoryHelpers.cs (1)
222
message = string.Format(CultureInfo.CurrentCulture, resourceManager.
GetString
("Error_CantCreateInstanceOfComponent"), new object[] { typeName, message });
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (8)
69
ActivityBindDialogTitleFormat = resources.
GetString
("ActivityBindDialogTitleFormat");
70
PropertyAssignableFormat = resources.
GetString
("PropertyAssignableFormat");
71
DescriptionFormat = resources.
GetString
("DescriptionFormat");
72
EditIndex = resources.
GetString
("EditIndex");
73
PleaseSelectCorrectActivityProperty = resources.
GetString
("PleaseSelectCorrectActivityProperty");
74
PleaseSelectActivityProperty = resources.
GetString
("PleaseSelectActivityProperty");
75
IncorrectIndexChange = resources.
GetString
("IncorrectIndexChange");
76
CreateNewMemberHelpFormat = resources.
GetString
("CreateNewMemberHelpFormat");
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (5)
1228
keywords[1] = (selectedType.Namespace != null && selectedType.Namespace.Length > 0) ? selectedType.Namespace : TypeBrowserDialog.ResMgr.
GetString
("IDS_GLOBALNS");
1243
this.Text = TypeBrowserDialog.ResMgr.
GetString
("IDS_SELECTEDTYPE") + " " + keywords[0] + " " +
1244
TypeBrowserDialog.ResMgr.
GetString
("IDS_MEMBEROF") + " " + keywords[1] + "\r\n" +
1245
TypeBrowserDialog.ResMgr.
GetString
("IDS_CONTAINEDINASM") + " " + keywords[2];
1259
this.Text = TypeBrowserDialog.ResMgr.
GetString
("IDS_NOTYPESSELECTED");
AuthoringOM\SR.cs (3)
21
DescriptionValue = rm.
GetString
(description);
47
String localizedString = rm.
GetString
(value);
69
DisplayNameValue = rm.
GetString
(name);
Shared\XomlSerializationHelpers.cs (2)
119
serializationManager.ReportError(new WorkflowMarkupSerializationException(string.Format(CultureInfo.CurrentCulture, resourceManager.
GetString
("UnknownDefinitionTag"), new object[] { StandardXomlKeys.Definitions_XmlNs_Prefix, reader.LocalName, StandardXomlKeys.Definitions_XmlNs }), (reader is IXmlLineInfo) ? ((IXmlLineInfo)reader).LineNumber : 1, (reader is IXmlLineInfo) ? ((IXmlLineInfo)reader).LinePosition : 1));
150
serializationManager.ReportError(new WorkflowMarkupSerializationException(string.Format(CultureInfo.CurrentCulture, resourceManager.
GetString
("UnknownDefinitionTag"), StandardXomlKeys.Definitions_XmlNs_Prefix, reader.LocalName, StandardXomlKeys.Definitions_XmlNs), (reader is IXmlLineInfo) ? ((IXmlLineInfo)reader).LineNumber : 1, (reader is IXmlLineInfo) ? ((IXmlLineInfo)reader).LinePosition : 1));
System.WorkflowServices (2)
SR.cs (2)
43
DescriptionValue = rm.
GetString
(description);
72
String localizedString = rm.
GetString
(value);
WsatConfig (1)
parent\WcfCommonResStrings\CommonResStrings.cs (1)
14
return resmgr.
GetString
(id);