12 references to 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)