Base:
property
FormattedValueType
System.Windows.Forms.DataGridViewCell.FormattedValueType
10 references to FormattedValueType
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (10)
78
if (this.
FormattedValueType
== null)
82
if (value == null || !this.
FormattedValueType
.IsAssignableFrom(value.GetType()))
149
if (this.
FormattedValueType
== null)
153
if (this.
FormattedValueType
.IsAssignableFrom(defaultCheckStateType))
180
else if (this.
FormattedValueType
.IsAssignableFrom(defaultBooleanType))
1639
Debug.Assert(formattedValue == null || this.
FormattedValueType
== null || this.
FormattedValueType
.IsAssignableFrom(formattedValue.GetType()));
1730
if (this.
FormattedValueType
== null)
1735
if (this.
FormattedValueType
.IsAssignableFrom(typeof(System.Windows.Forms.CheckState)))
1750
else if (this.
FormattedValueType
.IsAssignableFrom(defaultBooleanType))