1 write to DiagnoseButton
Roslyn.VisualStudio.DiagnosticsWindow (1)
WorkspacePanel.g.cs (1)
104this.DiagnoseButton = ((System.Windows.Controls.Button)(target));
3 references to DiagnoseButton
Roslyn.VisualStudio.DiagnosticsWindow (3)
Panels\WorkspacePanel.xaml.cs (2)
39DiagnoseButton.IsEnabled = false; 57DiagnoseButton.IsEnabled = true;
WorkspacePanel.g.cs (1)
107this.DiagnoseButton.Click += new System.Windows.RoutedEventHandler(this.OnDiagnose);