4 references to SelectionChangeCommitted
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
567comboBox.SelectionChangeCommitted += new EventHandler(HandleSelectionChangeCommitted); 584comboBox.SelectionChangeCommitted -= new EventHandler(HandleSelectionChangeCommitted);
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
392comboBox.SelectionChangeCommitted -= new EventHandler(comboBox_SelectionChangeCommitted); 393comboBox.SelectionChangeCommitted += new EventHandler(comboBox_SelectionChangeCommitted);