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