1 write to ApplyButton
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
RenameDashboard.g.cs (1)
246this.ApplyButton = ((System.Windows.Controls.Button)(target));
2 references to ApplyButton
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)
249this.ApplyButton.Click += new System.Windows.RoutedEventHandler(this.Apply_Click);