8 references to defaultBooleanType
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (8)
180else if (this.FormattedValueType.IsAssignableFrom(defaultBooleanType)) 326return defaultBooleanType; 472return defaultBooleanType; 1651else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1666else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1685else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1699else if (this.ValueType != null && this.ValueType.IsAssignableFrom(defaultBooleanType)) 1750else if (this.FormattedValueType.IsAssignableFrom(defaultBooleanType))