Base:
property
FormattedValueType
System.Windows.Forms.DataGridViewCell.FormattedValueType
10 references to FormattedValueType
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (10)
57
if (
FormattedValueType
is null)
62
if (value is null || !
FormattedValueType
.IsAssignableFrom(value.GetType()))
125
if (
FormattedValueType
is null)
130
if (
FormattedValueType
.IsAssignableFrom(s_defaultCheckStateType))
160
else if (
FormattedValueType
.IsAssignableFrom(s_defaultBooleanType))
1574
Debug.Assert(formattedValue is null ||
FormattedValueType
is null ||
FormattedValueType
.IsAssignableFrom(formattedValue.GetType()));
1670
if (
FormattedValueType
is null)
1676
if (
FormattedValueType
.IsAssignableFrom(typeof(CheckState)))
1691
else if (
FormattedValueType
.IsAssignableFrom(s_defaultBooleanType))