74 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)
1275
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)
432
_listBox.
FormattingEnabled
= true;
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
82
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)
254
_newItemTypes.
FormattingEnabled
= true;
290
_listBoxItems.
FormattingEnabled
= true;
System.Windows.Forms.Tests (29)
System\Windows\Forms\ComboBoxTests.cs (2)
897
FormattingEnabled
= true
2760
FormattingEnabled
= true;
System\Windows\Forms\ListBoxTests.cs (6)
2450
FormattingEnabled
= formattingEnabled
2932
FormattingEnabled
= formattingEnabled
4163
FormattingEnabled
= formattingEnabled,
4214
FormattingEnabled
= formattingEnabled
5826
FormattingEnabled
= formattingEnabled
6269
using ListBox listBox = new() {
FormattingEnabled
= formattingEnabled };
System\Windows\Forms\ListControlTests.cs (21)
1584
FormattingEnabled
= value
1590
control.
FormattingEnabled
= value;
1595
control.
FormattingEnabled
= !value;
1606
FormattingEnabled
= true
1609
control.
FormattingEnabled
= value;
1614
control.
FormattingEnabled
= value;
1619
control.
FormattingEnabled
= !value;
1632
control.
FormattingEnabled
= true;
1637
control.
FormattingEnabled
= true;
1642
control.
FormattingEnabled
= false;
1661
control.
FormattingEnabled
= true;
1666
control.
FormattingEnabled
= true;
1671
control.
FormattingEnabled
= false;
1677
control.
FormattingEnabled
= true;
2403
FormattingEnabled
= true,
2445
FormattingEnabled
= false,
2478
FormattingEnabled
= true,
2495
FormattingEnabled
= false,
2512
FormattingEnabled
= true,
2528
FormattingEnabled
= true,
2545
FormattingEnabled
= true,
TestPassApp (6)
CommonControl1.Designer.cs (4)
244
this.checkedListBox1.
FormattingEnabled
= true;
319
this.comboBox2.
FormattingEnabled
= true;
344
this.comboBox1.
FormattingEnabled
= true;
574
this.listBox1.
FormattingEnabled
= true;
DataBindingExample.Designer.cs (2)
56
this.comboBox1.
FormattingEnabled
= true;
262
this.listBox1.
FormattingEnabled
= true;
TrimTest (1)
Form1.Designer.cs (1)
79
comboBox1.
FormattingEnabled
= true;
WinFormsControlsTest (21)
Calendar.Designer.cs (1)
141
this.daysOfWeekComboBox.
FormattingEnabled
= true;
CollectionEditors.Designer.cs (1)
45
this.comboBox1.
FormattingEnabled
= true;
ComboBoxes.Designer.cs (12)
55
this.comboBox1.
FormattingEnabled
= true;
69
this.comboBox2.
FormattingEnabled
= true;
87
this.comboBox3.
FormattingEnabled
= true;
107
this.comboBox4.
FormattingEnabled
= true;
121
this.comboBox5.
FormattingEnabled
= true;
133
this.comboBox6.
FormattingEnabled
= true;
145
this.comboBox7.
FormattingEnabled
= true;
158
this.comboBox8.
FormattingEnabled
= true;
171
this.comboBox9.
FormattingEnabled
= true;
184
this.comboBox10.
FormattingEnabled
= true;
196
this.comboBox11.
FormattingEnabled
= true;
211
this.comboBox12.
FormattingEnabled
= true;
ComboBoxesWithScrollBars.Designer.cs (3)
72
this.comboBox1.
FormattingEnabled
= true;
84
this.comboBox2.
FormattingEnabled
= true;
96
this.comboBox3.
FormattingEnabled
= true;
MultipleControls.Designer.cs (3)
150
this.comboBox1.
FormattingEnabled
= true;
226
this.checkedListBox1.
FormattingEnabled
= true;
282
this.checkedListBox2.
FormattingEnabled
= true;
ScrollableControls.Designer.cs (1)
426
listBox1.
FormattingEnabled
= true;
26 references to FormattingEnabled
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
755
if (!
FormattingEnabled
)
1085
if (
FormattingEnabled
)
2472
if (
FormattingEnabled
)
2625
if (!
FormattingEnabled
|| SelectedIndex != -1)
3556
if (
FormattingEnabled
&& Text != _currentText && _dropDown)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
782
if (
FormattingEnabled
) // We want to fire KeyPress only when FormattingEnabled (this is a whidbey property)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1064
if (
FormattingEnabled
)
1897
if (!
FormattingEnabled
|| SelectedIndex != -1)
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (2)
135
listBox.
FormattingEnabled
.Should().BeFalse();
139
listBox.
FormattingEnabled
.Should().BeTrue();
System.Windows.Forms.Tests (16)
System\Windows\Forms\ComboBoxTests.cs (1)
86
Assert.False(control.
FormattingEnabled
);
System\Windows\Forms\ListBoxTests.cs (1)
78
Assert.False(control.
FormattingEnabled
);
System\Windows\Forms\ListControlTests.cs (14)
74
Assert.False(control.
FormattingEnabled
);
1586
Assert.Equal(value, control.
FormattingEnabled
);
1591
Assert.Equal(value, control.
FormattingEnabled
);
1596
Assert.Equal(!value, control.
FormattingEnabled
);
1610
Assert.Equal(value, control.
FormattingEnabled
);
1615
Assert.Equal(value, control.
FormattingEnabled
);
1620
Assert.Equal(!value, control.
FormattingEnabled
);
1633
Assert.True(control.
FormattingEnabled
);
1638
Assert.True(control.
FormattingEnabled
);
1643
Assert.False(control.
FormattingEnabled
);
1662
Assert.True(control.
FormattingEnabled
);
1667
Assert.True(control.
FormattingEnabled
);
1672
Assert.False(control.
FormattingEnabled
);
1678
Assert.True(control.
FormattingEnabled
);