1 write to CommentsCheckbox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
RenameDashboard.g.cs (1)
219
this.
CommentsCheckbox
= ((System.Windows.Controls.CheckBox)(target));
3 references to CommentsCheckbox
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();
234
this.
CommentsCheckbox
.IsChecked = !this.
CommentsCheckbox
.IsChecked;