1 write to Show_items_from_unimported_namespaces
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
IntelliSenseOptionPageControl.g.vb (1)
209
Me.
Show_items_from_unimported_namespaces
= CType(target,System.Windows.Controls.CheckBox)
6 references to Show_items_from_unimported_namespaces
Microsoft.VisualStudio.LanguageServices.VisualBasic (6)
IntelliSenseOptionPageControl.g.vb (3)
212
AddHandler Me.
Show_items_from_unimported_namespaces
.Checked, New System.Windows.RoutedEventHandler(AddressOf Me.Show_items_from_unimported_namespaces_CheckedChanged)
217
AddHandler Me.
Show_items_from_unimported_namespaces
.Unchecked, New System.Windows.RoutedEventHandler(AddressOf Me.Show_items_from_unimported_namespaces_CheckedChanged)
222
AddHandler Me.
Show_items_from_unimported_namespaces
.Indeterminate, New System.Windows.RoutedEventHandler(AddressOf Me.Show_items_from_unimported_namespaces_CheckedChanged)
Options\IntelliSenseOptionPageControl.xaml.vb (3)
33
Show_items_from_unimported_namespaces
.IsChecked = Me.OptionStore.GetOption(CompletionOptionsStorage.ShowItemsFromUnimportedNamespaces, LanguageNames.VisualBasic)
46
Show_items_from_unimported_namespaces
.IsThreeState = False
47
Me.OptionStore.SetOption(CompletionOptionsStorage.ShowItemsFromUnimportedNamespaces, LanguageNames.VisualBasic,
Show_items_from_unimported_namespaces
.IsChecked)