3 references to NamingStyleViewModel
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\NamingStyles\ManageNamingStylesDialogViewModel.cs (3)
31
Items = [.. namingStyles.Select(style => new
NamingStyleViewModel
(
43
var viewModel = new
NamingStyleViewModel
(style, canBeDeleted: true, notificationService: _notificationService);
60
var viewModel = new
NamingStyleViewModel
(style, context.CanBeDeleted, notificationService: _notificationService);