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