18 writes to FormattingEnabled
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
92this._namedConnectionComboBox.FormattingEnabled = true; 121this._containerNameComboBox.FormattingEnabled = true;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
66this._entitySetComboBox.FormattingEnabled = true; 80this._entityTypeFilterComboBox.FormattingEnabled = true; 103this._selectSimpleCheckedListBox.FormattingEnabled = true;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1530comboBox.FormattingEnabled = true;
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
109this.itemList.FormattingEnabled = true;
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
144this.chainingBehaviourComboBox.FormattingEnabled = true; 216this.reevaluationComboBox.FormattingEnabled = true;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
672this.paperSourceComboBox.FormattingEnabled = true; 679this.paperSizeComboBox.FormattingEnabled = true; 763this.footerTextComboBox.FormattingEnabled = true; 772this.footerAlignmentComboBox.FormattingEnabled = true; 849this.headerTextComboBox.FormattingEnabled = true; 858this.headerAlignmentComboBox.FormattingEnabled = true;
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
126this.operationsListBox.FormattingEnabled = true;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
179this.protectionLevelComboBox.FormattingEnabled = true;
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
154this.comboBoxTraceLevel.FormattingEnabled = true;
8 references to FormattingEnabled
System.Windows.Forms (8)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
914if (FormattingEnabled) //We want to fire KeyPress only when FormattingEnabled (this is a whidbey property)
winforms\Managed\System\WinForms\ComboBox.cs (5)
916if (!FormattingEnabled) { 1274if (FormattingEnabled) { 2608if (FormattingEnabled) { 2726if (!FormattingEnabled || SelectedIndex != -1) { 3577if (FormattingEnabled && Text != currentText && dropDown) {
winforms\Managed\System\WinForms\ListBox.cs (2)
1088if (FormattingEnabled) { 1897if (!FormattingEnabled || this.SelectedIndex != -1)