Base:
property
IsChecked
Microsoft.VisualStudio.LanguageServices.Implementation.Options.AbstractCheckBoxViewModel.IsChecked
3 writes to IsChecked
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
Options\OptionViewModelTests.cs (3)
63checkbox.IsChecked = !checkbox.IsChecked; 68checkbox.IsChecked = !checkbox.IsChecked; 96checkbox.IsChecked = !checkbox.IsChecked;
7 references to IsChecked
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (6)
Options\OptionViewModelTests.cs (6)
58viewModel.SetOptionAndUpdatePreview(checkbox.IsChecked, checkbox.Option, checkbox.GetPreview()); 63checkbox.IsChecked = !checkbox.IsChecked; 68checkbox.IsChecked = !checkbox.IsChecked; 83Assert.True(checkbox.IsChecked); 95var initial = checkbox.IsChecked; 96checkbox.IsChecked = !checkbox.IsChecked;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\OptionPreviewControl.xaml.cs (1)
87this.ViewModel.SetOptionAndUpdatePreview(firstItem.IsChecked, firstItem.Option, firstItem.GetPreview());