26 references to GetString
System.Workflow.Activities (26)
Designers\EventHandlersDesigner.cs (1)
22
HelpText = DR.
GetString
(DR.DropEventsHere);
Designers\ServiceDesigner.cs (8)
38
HelpText = DR.
GetString
(DR.SequentialWorkflowHelpText);
39
Header.Text = DR.
GetString
(DR.StartSequentialWorkflow);
68
Header.Text = DR.
GetString
(DR.WorkflowExceptions);
73
Header.Text = DR.
GetString
(DR.WorkflowEvents);
78
Header.Text = DR.
GetString
(DR.WorkflowCompensation);
83
Header.Text = DR.
GetString
(DR.WorkflowCancellation);
88
Header.Text = DR.
GetString
(DR.StartSequentialWorkflow);
89
HelpText = DR.
GetString
(DR.SequentialWorkflowHelpText);
Designers\StateDesigner.cs (14)
435
DR.
GetString
(DR.StateMachineView),
442
DR.
GetString
(DR.SetAsInitialState),
449
DR.
GetString
(DR.SetAsCompletedState),
456
DR.
GetString
(DR.AddState),
463
DR.
GetString
(DR.AddEventDriven),
470
DR.
GetString
(DR.AddStateInitialization),
477
DR.
GetString
(DR.AddStateFinalization),
657
_helpText = DR.
GetString
(DR.StateHelpText);
1967
DR.
GetString
(DR.AddingChild),
2558
fileDialog.Filter = DR.
GetString
(DR.ImageFileFilter);
2635
throw new InvalidOperationException(DR.
GetString
(DR.ThemePropertyReadOnly));
2642
throw new InvalidOperationException(DR.
GetString
(DR.Error_InvalidImageResource));
2666
throw new InvalidOperationException(DR.
GetString
(DR.ThemePropertyReadOnly));
2673
throw new InvalidOperationException(DR.
GetString
(DR.Error_InvalidImageResource));
Designers\StateMachineWorkflowDesigner.cs (2)
42
text = DR.
GetString
(DR.EventBasedWorkFlow);
69
helpText = DR.
GetString
(DR.StateMachineWorkflowHelpText);
Designers\WhileDesigner.cs (1)
27
HelpText = DR.
GetString
(DR.DropActivityHere);