5 references to SetSelected
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
4023owner.SetSelected(index, true); 4038owner.SetSelected(index, false); 4392owner.SetSelected(index, false);
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
315operationsListBox.SetSelected(0, true);
System\Workflow\Activities\Design\ServiceContractListItem.cs (1)
124this.container.SetSelected(container.Items.IndexOf(operationListItem), true);