4 overrides of GetValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
457
protected override object
GetValue
(int rowIndex)
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
519
protected override object
GetValue
(int rowIndex)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
603
protected override object
GetValue
(int rowIndex)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
763
protected override object
GetValue
(int rowIndex)
17 references to GetValue
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
467
return base.
GetValue
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewCell.cs (10)
259
return GetEditedFormattedValue(
GetValue
(this.RowIndex), this.RowIndex, ref dataGridViewCellStyle, DataGridViewDataErrorContexts.Formatting);
907
return
GetValue
(this.RowIndex);
1577
formattedValue = GetEditedFormattedValue(
GetValue
(rowIndex), rowIndex, ref dataGridViewCellStyle, DataGridViewDataErrorContexts.Formatting | DataGridViewDataErrorContexts.ClipboardContent);
1824
return GetEditedFormattedValue(
GetValue
(rowIndex), rowIndex, ref dataGridViewCellStyle, context);
1878
return GetFormattedValue(
GetValue
(rowIndex), rowIndex, ref cellStyle, null, null, context);
2714
return
GetValue
(rowIndex);
3127
string editedFormattedValue = GetEditedFormattedValue(
GetValue
(rowIndex),
3142
string stringValue =
GetValue
(rowIndex) as string;
4398
object formattedValue, value =
GetValue
(rowIndex);
4616
originalValue =
GetValue
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
969
object value =
GetValue
(rowIndex);
1077
object value =
GetValue
(rowIndex);
1500
this.EditingComboBox.Text = (string) GetFormattedValue(
GetValue
(rowIndex), rowIndex, ref dataGridViewCellStyle, null, null, DataGridViewDataErrorContexts.Formatting);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
605
object valueBase = base.
GetValue
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
773
return base.
GetValue
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
320
object value =
GetValue
(rowIndex);