Base:
property
ValueType
System.Windows.Forms.DataGridViewCell.ValueType
18 references to ValueType
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (18)
1651else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1655else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultCheckStateType)) 1666else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1670else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultCheckStateType)) 1685else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1689else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultCheckStateType)) 1699else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1703else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultCheckStateType)) 1713else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultCheckStateType))