12 instantiations of NotificationOptionViewModel
Microsoft.VisualStudio.LanguageServices.Implementation (12)
Options\Style\AbstractCodeStyleOptionViewModel.cs (4)
71new NotificationOptionViewModel(NotificationOption2.Silent, KnownMonikers.None), 72new NotificationOptionViewModel(NotificationOption2.Suggestion, KnownMonikers.StatusInformation), 73new NotificationOptionViewModel(NotificationOption2.Warning, KnownMonikers.StatusWarning), 74new NotificationOptionViewModel(NotificationOption2.Error, KnownMonikers.StatusError)
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (4)
42new NotificationOptionViewModel(NotificationOption2.Silent, KnownMonikers.None), 43new NotificationOptionViewModel(NotificationOption2.Suggestion, KnownMonikers.StatusInformation), 44new NotificationOptionViewModel(NotificationOption2.Warning, KnownMonikers.StatusWarning), 45new NotificationOptionViewModel(NotificationOption2.Error, KnownMonikers.StatusError)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (4)
26new NotificationOptionViewModel(NotificationOption2.Silent, KnownMonikers.None), 27new NotificationOptionViewModel(NotificationOption2.Suggestion, KnownMonikers.StatusInformation), 28new NotificationOptionViewModel(NotificationOption2.Warning, KnownMonikers.StatusWarning), 29new NotificationOptionViewModel(NotificationOption2.Error, KnownMonikers.StatusError)
16 references to NotificationOptionViewModel
Microsoft.VisualStudio.LanguageServices.Implementation (16)
Options\Style\AbstractCodeStyleOptionViewModel.cs (4)
39public List<NotificationOptionViewModel> NotificationPreferences { get; set; } 44public virtual NotificationOptionViewModel SelectedNotificationPreference 56List<NotificationOptionViewModel> notificationPreferences = null) 67private static List<NotificationOptionViewModel> GetDefaultNotifications()
Options\Style\BooleanCodeStyleOptionViewModel.cs (4)
24private NotificationOptionViewModel _selectedNotificationPreference; 35List<NotificationOptionViewModel> notificationPreferences = null) 44var notificationViewModel = NotificationPreferences.Single(i => i.Notification.Severity == codeStyleOption.Notification.Severity); 64public override NotificationOptionViewModel SelectedNotificationPreference
Options\Style\EnumCodeStyleOptionViewModel.cs (3)
35private NotificationOptionViewModel _selectedNotificationPreference; 64var notificationViewModel = NotificationPreferences.Single(i => i.Notification.Severity == codeStyleOption.Notification.Severity); 96public override NotificationOptionViewModel SelectedNotificationPreference
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (1)
40private readonly NotificationOptionViewModel[] _notifications =
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (4)
24private readonly NotificationOptionViewModel[] _notifications = 213private NotificationOptionViewModel _selectedNotification; 217public IEnumerable<NotificationOptionViewModel> NotificationPreferences { get; set; } 242public NotificationOptionViewModel SelectedNotificationPreference