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