1 write to CloseButton
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
RenameDashboard.g.cs (1)
204this.CloseButton = ((System.Windows.Controls.Button)(target));
2 references to CloseButton
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
56_tabNavigableChildren = new UIElement[] { this.OverloadsCheckbox, this.CommentsCheckbox, this.StringsCheckbox, this.FileRenameCheckbox, this.PreviewChangesCheckbox, this.ApplyButton, this.CloseButton }.ToList();
RenameDashboard.g.cs (1)
207this.CloseButton.Click += new System.Windows.RoutedEventHandler(this.CloseButton_Click);