17 writes to FormattingEnabled
PresentationUI (5)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
141this._credListBox.FormattingEnabled = true;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
188_intentComboBox.FormattingEnabled = true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
178this.comboBoxTemplates.FormattingEnabled = true;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
151_listBoxSummary.FormattingEnabled = true;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
137_reasonComboBox.FormattingEnabled = true;
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1272comboBox.FormattingEnabled = true;
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
104_itemList.FormattingEnabled = true;
System.Windows.Forms.Design (10)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
446_listBox.FormattingEnabled = true;
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
80Control.FormattingEnabled = true;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
397_dataColumns.FormattingEnabled = true; 434_columnTypesCombo.FormattingEnabled = true;
System\Windows\Forms\Design\FormatControl.Designer.cs (2)
156dateTimeFormatsListBox.FormattingEnabled = true; 167formatTypeListBox.FormattingEnabled = true;
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
123((ListBox)Component).FormattingEnabled = true;
System\Windows\Forms\Design\StyleEditorForm.cs (1)
295_columnsOrRowsComboBox.FormattingEnabled = true;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
250_newItemTypes.FormattingEnabled = true; 286_listBoxItems.FormattingEnabled = true;
8 references to FormattingEnabled
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
760if (!FormattingEnabled) 1090if (FormattingEnabled) 2465if (FormattingEnabled) 2618if (!FormattingEnabled || SelectedIndex != -1) 3540if (FormattingEnabled && Text != _currentText && _dropDown)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
784if (FormattingEnabled) // We want to fire KeyPress only when FormattingEnabled (this is a whidbey property)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1062if (FormattingEnabled) 1895if (!FormattingEnabled || SelectedIndex != -1)