3 references to Apply1
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
87public string ApplyRename => EditorFeaturesResources.Apply1;
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
284public string ApplyRename => EditorFeaturesResources.Apply1;
InlineRename\UI\Dashboard\RenameShortcutKeys.cs (1)
26Apply = ExtractAccessKey(EditorFeaturesResources.Apply1, "A");