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