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