2 writes to ValueMemberProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
1376ValueMemberProperty = null; 1394ValueMemberProperty = valueMemberProperty;
20 references to ValueMemberProperty
System.Windows.Forms (20)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (20)
300else if (ValueMemberProperty is not null) 302return ValueMemberProperty.PropertyType; 490if (ValueMemberProperty is not null) 492return ValueMemberProperty.PropertyType; 903if (ValueMemberProperty is not null) 905valueTypeConverter = ValueMemberProperty.Converter; 952if ((DataManager is not null && (ValueMemberProperty is not null || DisplayMemberProperty is not null)) || 1052else if (ValueMemberProperty is not null) 1054displayValue = ValueMemberProperty.GetValue(item); 1121if (ValueMemberProperty is not null) 1123value = ValueMemberProperty.GetValue(item); 1534Debug.Assert(ValueMemberProperty is not null || DisplayMemberProperty is not null || 1538if (DisplayMemberProperty is not null || ValueMemberProperty is not null) 1542item = ItemFromComboBoxDataSource((ValueMemberProperty ?? DisplayMemberProperty)!, value); 1577Debug.Assert(DisplayMemberProperty is not null || ValueMemberProperty is not null || 1581if (DisplayMemberProperty is not null || ValueMemberProperty is not null) 1585item = ItemFromComboBoxDataSource((DisplayMemberProperty ?? ValueMemberProperty)!, formattedValue); 2381if (ValueMemberProperty is not null) 2383valueTypeConverter = ValueMemberProperty.Converter; 2393(DisplayMemberProperty is not null || ValueMemberProperty is not null)) ||