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