7 writes to type
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewHitTestInfo.cs (1)
36this.type = DataGridViewHitTestType.None;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
9388hti.type = DataGridViewHitTestType.HorizontalScrollBar; 9394hti.type = DataGridViewHitTestType.VerticalScrollBar; 9400hti.type = DataGridViewHitTestType.TopLeftHeader; 9450hti.type = DataGridViewHitTestType.ColumnHeader; 9552hti.type = DataGridViewHitTestType.RowHeader; 9630hti.type = DataGridViewHitTestType.Cell;
5 references to type
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewHitTestInfo.cs (5)
102return this.type; 115return (this.type == hti.type && 128return WindowsFormsUtils.GetCombinedHashCodes((int) this.type, 139return "{ Type:" + type.ToString() + ", Column:" + col.ToString(CultureInfo.CurrentCulture) + ", Row:" + row.ToString(CultureInfo.CurrentCulture) + " }";