1 write to Show_items_from_unimported_namespaces
Microsoft.VisualStudio.LanguageServices.CSharp (1)
IntelliSenseOptionPageControl.g.cs (1)
265
this.
Show_items_from_unimported_namespaces
= ((System.Windows.Controls.CheckBox)(target));
7 references to Show_items_from_unimported_namespaces
Microsoft.VisualStudio.LanguageServices.CSharp (7)
IntelliSenseOptionPageControl.g.cs (3)
268
this.
Show_items_from_unimported_namespaces
.Checked += new System.Windows.RoutedEventHandler(this.Show_items_from_unimported_namespaces_CheckedChanged);
274
this.
Show_items_from_unimported_namespaces
.Unchecked += new System.Windows.RoutedEventHandler(this.Show_items_from_unimported_namespaces_CheckedChanged);
280
this.
Show_items_from_unimported_namespaces
.Indeterminate += new System.Windows.RoutedEventHandler(this.Show_items_from_unimported_namespaces_CheckedChanged);
Options\IntelliSenseOptionPageControl.xaml.cs (4)
43
Show_items_from_unimported_namespaces
.IsChecked = this.OptionStore.GetOption(CompletionOptionsStorage.ShowItemsFromUnimportedNamespaces, LanguageNames.CSharp);
44
AddSearchHandler(
Show_items_from_unimported_namespaces
);
71
Show_items_from_unimported_namespaces
.IsThreeState = false;
72
this.OptionStore.SetOption(CompletionOptionsStorage.ShowItemsFromUnimportedNamespaces, LanguageNames.CSharp, value:
Show_items_from_unimported_namespaces
.IsChecked);