7 references to Nothing
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
261
Debug.Assert(value is >= DataGridViewComboBoxDisplayStyle.ComboBox and <= DataGridViewComboBoxDisplayStyle.
Nothing
);
1677
if (EditingComboBox is not null && DisplayStyle != DataGridViewComboBoxDisplayStyle.
Nothing
)
1921
bool drawDropDownButton = DisplayStyle != DataGridViewComboBoxDisplayStyle.
Nothing
&&
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
58
&& (_owningComboBoxCell.DisplayStyle != DataGridViewComboBoxDisplayStyle.
Nothing
|| _owningComboBoxCell.IsInEditMode);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\DataGridViewComboBoxCellAccessibleObjectTests.cs (2)
18
bool expectedValue = displayStyle != DataGridViewComboBoxDisplayStyle.
Nothing
|| cellIsEdited;
49
int expectedControlType = displayStyle != DataGridViewComboBoxDisplayStyle.
Nothing
|| cellIsEdited
TestPassApp (1)
DataControls.Designer.cs (1)
312
this.Column5.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.
Nothing
;