12 references to SelectionChanged
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.g.cs (1)
91
this.SmartRenameInputControl.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
Microsoft.VisualStudio.LanguageServices (8)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Analyzers\View\SeverityControl.g.cs (1)
95
this.SeverityComboBox.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.SeverityComboBox_SelectionChanged);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleSeverityControl.g.cs (1)
95
this.SeverityComboBox.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.SeverityComboBox_SelectionChanged);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleValueControl.g.cs (1)
95
this.ValueComboBox.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.ValueComboBox_SelectionChanged);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Common\EnumPropertyView.g.cs (1)
95
this.EnumValueComboBox.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.EnumValueComboBox_SelectionChanged);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesSeverityControl.g.cs (1)
95
this.SeverityComboBox.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.SeverityComboBox_SelectionChanged);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesStyleControl.g.cs (1)
95
this.StyleComboBox.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.StyleComboBox_SelectionChanged);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\SettingsEditorControl.g.cs (1)
172
this.SettingsEditorTabs.
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.TabsSettingsEditor_SelectionChanged);
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
318
combobox.
SelectionChanged
+= (object sender, SelectionChangedEventArgs e) =>
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1122
ZoomComboBox.
SelectionChanged
+= new SelectionChangedEventHandler(OnZoomComboBoxSelectionChanged);
Roslyn.VisualStudio.DiagnosticsWindow (2)
artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Release\net472\VenusMargin\ProjectionBufferMargin.g.cs (1)
76
((System.Windows.Controls.ListView)(target)).
SelectionChanged
+= new System.Windows.Controls.SelectionChangedEventHandler(this.ListView_SelectionChanged);
PerfMargin\PerfMarginPanel.cs (1)
44
_mainListView.
SelectionChanged
+= OnPerfItemsListSelectionChanged;