3 types derived from ListBox
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
52public class CheckedListBox : ListBox {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6137private class GridViewListBox : ListBox {
System.WorkflowServices (1)
System\Workflow\Activities\Design\RichListBox.cs (1)
19internal class RichListBox : ListBox
2 instantiations of ListBox
System.Windows.Forms (1)
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();
30 references to ListBox
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
34using ListBox = System.Windows.Forms.ListBox;
System.Windows.Forms (20)
winforms\Managed\System\WinForms\CheckedListBox.cs (3)
517protected override ListBox.ObjectCollection CreateItemCollection() { 1124new public class ObjectCollection : ListBox.ObjectCollection { 1381return ((ListBox.ObjectCollection)owner.Items).InnerArray;
winforms\Managed\System\WinForms\ListBox.cs (14)
2939private ListBox owner; 2946public ObjectCollection(ListBox owner) { 2956public ObjectCollection(ListBox owner, ObjectCollection value) { 2967public ObjectCollection(ListBox owner, object[] value) { 3405private ListBox owner; 3413public IntegerCollection(ListBox owner) { 3824private ListBox owner; 3831public SelectedIndexCollection(ListBox owner) { 4115private ListBox owner; 4125public SelectedObjectCollection(ListBox owner) { 4400private readonly ListBox owner; 4402public ListBoxAccessibleObject(ListBox control) : base(control) { 4432private readonly ListBox owner; 4434public ListBoxItemAccessibleObject(ListBox owner, int childId) {
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
24private System.Windows.Forms.ListBox itemList;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5985ListBox lb = (ListBox)currentControl;
System.Workflow.Activities (5)
Designers\SetStateDesigner.cs (5)
249ListBox dropDownList = new ListBox(); 292ListBox dropDownList = sender as ListBox; 302private void PopulateDropDownList(ListBox dropDownList, Activity activity) 316private void FindStates(ListBox dropDownList, StateActivity parent)
System.WorkflowServices (4)
System\Workflow\Activities\Design\ServiceContractListItem.cs (2)
18ListBox container; 25public ServiceContractListItem(ListBox container)
System\Workflow\Activities\Design\ServiceContractListItemList.cs (2)
12ListBox container; 14public ServiceContractListItemList(ListBox container)