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