1 write to CopyButton
Microsoft.VisualStudio.LanguageServices (1)
DetailedErrorInfoDialog.g.cs (1)
103this.CopyButton = ((System.Windows.Controls.Button)(target));
2 references to CopyButton
Microsoft.VisualStudio.LanguageServices (2)
DetailedErrorInfoDialog.g.cs (1)
106this.CopyButton.Click += new System.Windows.RoutedEventHandler(this.CopyMessageToClipBoard);
ErrorReporting\DetailedErrorInfoDialog.xaml.cs (1)
22this.CopyButton.Content = ServicesVSResources.Copy_to_Clipboard;