9 writes to type
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGrid.cs (9)
6469ci.type = HitTestType.Caption; 6473ci.type = HitTestType.ParentRows; 6485ci.type = HitTestType.ColumnHeader; 6492ci.type = HitTestType.ColumnResize; 6499ci.type = HitTestType.RowHeader; 6508ci.type = HitTestType.RowResize; 6515ci.type = HitTestType.Cell; 9346type = (HitTestType)0; 9351this.type = type;
18 references to type
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGrid.cs (18)
4030if (location.type == HitTestType.ColumnResize) { 4040if (location.type == HitTestType.RowResize) 4054if (location.type == HitTestType.ColumnHeader) { 4059if (location.type == HitTestType.Caption) { 4097if (location.type == HitTestType.RowHeader) { 4156if (location.type == HitTestType.ParentRows) 4164if (location.type == HitTestType.Cell) { 4229if (gridState[GRIDSTATE_trackColResize] || location.type == HitTestType.ColumnResize) 4234else if ( gridState[GRIDSTATE_trackRowResize] || location.type == HitTestType.RowResize) 4291if (location.type == HitTestType.ParentRows) 4299if (location.type == HitTestType.Caption) { 4335if ((ci.type & HitTestType.Caption) == HitTestType.Caption) { 4340if (ci.type == HitTestType.ColumnHeader) { 9383return type; 9394return(type == ci.type && 9406return(int)type +(row << 8) +(col << 16); 9414return "{ " + ((type).ToString()) + "," + row.ToString(CultureInfo.InvariantCulture) + "," + col.ToString(CultureInfo.InvariantCulture) + "}";