Implemented interface member:
property
IsChecked
Microsoft.VisualStudio.LanguageServices.Implementation.Options.Style.NamingPreferences.SymbolSpecificationViewModel.ISymbolSpecificationViewModelPart.IsChecked
3 writes to IsChecked
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (2)
134
item.
IsChecked
= true;
142
item.
IsChecked
= false;
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (1)
258
IsChecked
= specification.RequiredModifierList.Any(static (m, modifier) => m.Modifiers == modifier.Modifiers, modifier);
2 references to IsChecked
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (1)
102
[.. n.ModifierList.Where(s => s.
IsChecked
).Select(m => new SymbolSpecification.ModifierKind(m._modifier.Modifiers))]));
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (1)
149
[.. ModifierList.Where(m => m.
IsChecked
).Select(m => new ModifierKind(m._modifier.Modifiers))]);