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