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