14 references to EditorFeaturesWpfResources
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditorTestCompositions.cs (1)
71
typeof(
EditorFeaturesWpfResources
).Assembly);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (13)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
125
message: string.Format(
EditorFeaturesWpfResources
.Error_performing_rename_0, ex.Message),
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
90
public string SubmitText =>
EditorFeaturesWpfResources
.Enter_to_rename_shift_enter_to_preview;
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
356
message: string.Format(
EditorFeaturesWpfResources
.Error_performing_rename_0, ex.Message),
Interactive\InteractiveCommandHandler.cs (2)
62
using (context.OperationContext.AddScope(allowCancellation: true,
EditorFeaturesWpfResources
.Executing_selection_in_Interactive_Window))
108
EditorFeaturesWpfResources
.Copying_selection_to_Interactive_Window))
Interactive\InteractiveEvaluator.cs (2)
134
throw new NotSupportedException(
EditorFeaturesWpfResources
.The_CurrentWindow_property_may_only_be_assigned_once);
219
window.WriteLine(
EditorFeaturesWpfResources
.Resetting_execution_engine);
Interactive\InteractiveWindowResetCommand.cs (3)
48
=>
EditorFeaturesWpfResources
.Reset_the_execution_environment_to_the_initial_state_keep_history;
63
yield return new KeyValuePair<string, string>(NoConfigParameterName,
EditorFeaturesWpfResources
.Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script);
64
yield return new KeyValuePair<string, string>(PlatformNames,
EditorFeaturesWpfResources
.Interactive_host_process_platform);
Interactive\ResetInteractive.cs (2)
52
var context = uiThreadOperationExecutor.BeginExecute(title,
EditorFeaturesWpfResources
.Building_Project, allowCancellation: true, showProgress: false);
105
using var scope = uiThreadOperationContext.AddScope(allowCancellation: true,
EditorFeaturesWpfResources
.Resetting_Interactive);
Microsoft.CodeAnalysis.EditorFeaturesWpfResources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
EditorFeaturesWpfResources
)));