17 writes to FormattingEnabled
PresentationUI (5)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
141
this._credListBox.
FormattingEnabled
= true;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
188
_intentComboBox.
FormattingEnabled
= true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
178
this.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)
1272
comboBox.
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)
80
Control.
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)
156
dateTimeFormatsListBox.
FormattingEnabled
= true;
167
formatTypeListBox.
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)
760
if (!
FormattingEnabled
)
1090
if (
FormattingEnabled
)
2465
if (
FormattingEnabled
)
2618
if (!
FormattingEnabled
|| SelectedIndex != -1)
3540
if (
FormattingEnabled
&& Text != _currentText && _dropDown)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
784
if (
FormattingEnabled
) // We want to fire KeyPress only when FormattingEnabled (this is a whidbey property)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1062
if (
FormattingEnabled
)
1895
if (!
FormattingEnabled
|| SelectedIndex != -1)