72 writes to FormattingEnabled
Accessibility_Core_App (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;
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)
1279
comboBox.
FormattingEnabled
= true;
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
104
_itemList.
FormattingEnabled
= true;
System.Windows.Forms.Design (8)
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)
398
_dataColumns.
FormattingEnabled
= true;
435
_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.Tests (29)
System\Windows\Forms\ComboBoxTests.cs (2)
895
FormattingEnabled
= true
2758
FormattingEnabled
= true;
System\Windows\Forms\ListBoxTests.cs (6)
2448
FormattingEnabled
= formattingEnabled
2930
FormattingEnabled
= formattingEnabled
4161
FormattingEnabled
= formattingEnabled,
4212
FormattingEnabled
= formattingEnabled
5824
FormattingEnabled
= formattingEnabled
6267
using ListBox listBox = new() {
FormattingEnabled
= formattingEnabled };
System\Windows\Forms\ListControlTests.cs (21)
1582
FormattingEnabled
= value
1588
control.
FormattingEnabled
= value;
1593
control.
FormattingEnabled
= !value;
1604
FormattingEnabled
= true
1607
control.
FormattingEnabled
= value;
1612
control.
FormattingEnabled
= value;
1617
control.
FormattingEnabled
= !value;
1630
control.
FormattingEnabled
= true;
1635
control.
FormattingEnabled
= true;
1640
control.
FormattingEnabled
= false;
1659
control.
FormattingEnabled
= true;
1664
control.
FormattingEnabled
= true;
1669
control.
FormattingEnabled
= false;
1675
control.
FormattingEnabled
= true;
2401
FormattingEnabled
= true,
2443
FormattingEnabled
= false,
2476
FormattingEnabled
= true,
2493
FormattingEnabled
= false,
2510
FormattingEnabled
= true,
2526
FormattingEnabled
= true,
2543
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
)
1084
if (
FormattingEnabled
)
2471
if (
FormattingEnabled
)
2624
if (!
FormattingEnabled
|| SelectedIndex != -1)
3555
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)
137
listBox.
FormattingEnabled
.Should().BeFalse();
141
listBox.
FormattingEnabled
.Should().BeTrue();
System.Windows.Forms.Tests (16)
System\Windows\Forms\ComboBoxTests.cs (1)
84
Assert.False(control.
FormattingEnabled
);
System\Windows\Forms\ListBoxTests.cs (1)
76
Assert.False(control.
FormattingEnabled
);
System\Windows\Forms\ListControlTests.cs (14)
72
Assert.False(control.
FormattingEnabled
);
1584
Assert.Equal(value, control.
FormattingEnabled
);
1589
Assert.Equal(value, control.
FormattingEnabled
);
1594
Assert.Equal(!value, control.
FormattingEnabled
);
1608
Assert.Equal(value, control.
FormattingEnabled
);
1613
Assert.Equal(value, control.
FormattingEnabled
);
1618
Assert.Equal(!value, control.
FormattingEnabled
);
1631
Assert.True(control.
FormattingEnabled
);
1636
Assert.True(control.
FormattingEnabled
);
1641
Assert.False(control.
FormattingEnabled
);
1660
Assert.True(control.
FormattingEnabled
);
1665
Assert.True(control.
FormattingEnabled
);
1670
Assert.False(control.
FormattingEnabled
);
1676
Assert.True(control.
FormattingEnabled
);