1 write to CloseButton
Microsoft.VisualStudio.LanguageServices (1)
DetailedErrorInfoDialog.g.cs (1)
112
this.
CloseButton
= ((System.Windows.Controls.Button)(target));
2 references to CloseButton
Microsoft.VisualStudio.LanguageServices (2)
DetailedErrorInfoDialog.g.cs (1)
115
this.
CloseButton
.Click += new System.Windows.RoutedEventHandler(this.CloseWindow);
ErrorReporting\DetailedErrorInfoDialog.xaml.cs (1)
23
this.
CloseButton
.Content = ServicesVSResources.Close;