11 references to DataGrid
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGrid.cs (11)
9156if (DataGrid.horizScrollBar.Visible) { 9159if (DataGrid.vertScrollBar.Visible) { 9162n += this.DataGrid.DataGridRows.Length * this.DataGrid.myGridTable.GridColumnStyles.Count; 9167if (DataGrid.Focused) { 9175if (this.DataGrid.DataGridRows.Length == 0 || this.DataGrid.myGridTable.GridColumnStyles.Count == 0) { 9179DataGridCell cell = DataGrid.CurrentCell; 9184Point client = DataGrid.PointToClient(new Point(x, y)); 9185HitTestInfo hti = DataGrid.HitTest(client.X, client.Y); 9195return DataGrid.ParentRowsAccessibleObject;