10 references to ListBox
PresentationUI (2)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
46this._credListBox = new System.Windows.Forms.ListBox();
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
44_listBoxSummary = new System.Windows.Forms.ListBox();
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
59public CheckedListBox() : base()
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
92_itemList = new ListBox();
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
51ListBox listBox = new ListBox
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
271_dataColumns = new ListBox();
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
473_selectedColumns = new ListBox();
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
27_typesListBox = new();
System\Windows\Forms\Design\FormatControl.Designer.cs (2)
46dateTimeFormatsListBox = new System.Windows.Forms.ListBox(); 48formatTypeListBox = new System.Windows.Forms.ListBox();