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