4 references to Cell
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (1)
201
case DataGridViewHitTestType.
Cell
:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
9630
hti.type = DataGridViewHitTestType.
Cell
;
12438
Debug.Assert(hti.Type == DataGridViewHitTestType.
Cell
);
29871
case DataGridViewHitTestType.
Cell
: