5 writes to DataSource
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
307
comboBoxTemplates.
DataSource
= _templates;
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2831
DataSource
= null;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
185
EditingComboBox.
DataSource
= value;
1275
comboBox.
DataSource
= null;
1289
comboBox.
DataSource
= DataSource;
7 references to DataSource
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1027
if (
DataSource
is not null && value)
1352
if (
DataSource
is not null)
2827
if (
DataSource
is not null && Created)
2836
if (
DataSource
is null)
3268
if (
DataSource
is ICurrencyManagerProvider)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataMemberFieldEditor.cs (1)
24
if (TypeDescriptor.GetProperties(instance)[nameof(ComboBox.
DataSource
)] is not PropertyDescriptor property)
System\Windows\Forms\Design\DataMemberListEditor.cs (1)
22
if (TypeDescriptor.GetProperties(context.Instance)[nameof(ComboBox.
DataSource
)] is { } dataSourceProperty)