3 implementations of IsChecked
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (3)
175public bool IsChecked 225public bool IsChecked 245public bool IsChecked
1 write to IsChecked
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (1)
93item.IsChecked = targetCheckedState;
1 reference to IsChecked
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (1)
90var targetCheckedState = !selectedItems.All(d => d.IsChecked);