2 references to ItemFromComboBoxDataSource
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1790
item = this.
ItemFromComboBoxDataSource
(this.ValueMemberProperty != null ? this.ValueMemberProperty : this.DisplayMemberProperty, value);
1832
item =
ItemFromComboBoxDataSource
(this.DisplayMemberProperty != null ? this.DisplayMemberProperty : this.ValueMemberProperty, formattedValue);