12 references to NotificationOptionViewModel
Microsoft.VisualStudio.LanguageServices.Implementation (12)
Options\Style\AbstractCodeStyleOptionViewModel.cs (4)
70new NotificationOptionViewModel(NotificationOption2.Silent, KnownMonikers.None), 71new NotificationOptionViewModel(NotificationOption2.Suggestion, KnownMonikers.StatusInformation), 72new NotificationOptionViewModel(NotificationOption2.Warning, KnownMonikers.StatusWarning), 73new NotificationOptionViewModel(NotificationOption2.Error, KnownMonikers.StatusError)
Options\Style\NamingPreferences\NamingStyleOptionPageControl.xaml.cs (4)
44new NotificationOptionViewModel(NotificationOption2.Silent, KnownMonikers.None), 45new NotificationOptionViewModel(NotificationOption2.Suggestion, KnownMonikers.StatusInformation), 46new NotificationOptionViewModel(NotificationOption2.Warning, KnownMonikers.StatusWarning), 47new NotificationOptionViewModel(NotificationOption2.Error, KnownMonikers.StatusError)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (4)
27new NotificationOptionViewModel(NotificationOption2.Silent, KnownMonikers.None), 28new NotificationOptionViewModel(NotificationOption2.Suggestion, KnownMonikers.StatusInformation), 29new NotificationOptionViewModel(NotificationOption2.Warning, KnownMonikers.StatusWarning), 30new NotificationOptionViewModel(NotificationOption2.Error, KnownMonikers.StatusError)