10 references to ListBox
PresentationUI (2)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
46
this._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)
59
public 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)
51
ListBox 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)
46
dateTimeFormatsListBox = new System.Windows.Forms.
ListBox
();
48
formatTypeListBox = new System.Windows.Forms.
ListBox
();