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