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