1 write to PreviewChangesCheckbox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
RenameDashboard.g.cs (1)
228this.PreviewChangesCheckbox = ((System.Windows.Controls.CheckBox)(target));
3 references to PreviewChangesCheckbox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (3)
56_tabNavigableChildren = new UIElement[] { this.OverloadsCheckbox, this.CommentsCheckbox, this.StringsCheckbox, this.FileRenameCheckbox, this.PreviewChangesCheckbox, this.ApplyButton, this.CloseButton }.ToList(); 242this.PreviewChangesCheckbox.IsChecked = !this.PreviewChangesCheckbox.IsChecked;