3 references to ListBox
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
116
public CheckedListBox() :
base
() {
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
97
this.itemList = new System.Windows.Forms.
ListBox
();
System.Workflow.Activities (1)
Designers\SetStateDesigner.cs (1)
249
ListBox dropDownList = new
ListBox
();