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