108 references to DataGrid
System.Windows.Forms (108)
winforms\Managed\System\WinForms\DataGrid.cs (32)
326/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.DataGrid'/> 521/// indicating whether the <see cref='System.Windows.Forms.DataGrid.AlternatingBackColor'/> property should be 741/// indicating whether the <see cref='System.Windows.Forms.DataGrid.CaptionBackColor'/> property should be 779/// indicating whether the <see cref='System.Windows.Forms.DataGrid.CaptionForeColor'/> property should be 1285/// <para>Indicates whether the <see cref='System.Windows.Forms.DataGrid.BackColor'/> property should be 2118/// Indicates whether the <see cref='System.Windows.Forms.DataGrid.HeaderFont'/> property should be persisted. 2165/// Resets the <see cref='System.Windows.Forms.DataGrid.HeaderFont'/> property to its default value. 2344/// Indicates whether the <see cref='System.Windows.Forms.DataGrid.LinkColor'/> property should be persisted. 2433/// Indicates whether the <see cref='System.Windows.Forms.DataGrid.LinkHoverColor'/> property should be 2615/// Indicates whether the <see cref='System.Windows.Forms.DataGrid.ParentRowsBackColor'/> property should be 2657/// Indicates whether the <see cref='System.Windows.Forms.DataGrid.ParentRowsForeColor'/> property should be 2702/// Gets or sets the preferred row height for the <see cref='System.Windows.Forms.DataGrid'/> control. 3486/// Raises the <see cref='System.Windows.Forms.DataGrid.Navigate'/> 3535/// <para>Raises the <see cref='System.Windows.Forms.DataGrid.RowHeaderClick'/> event.</para> 3545/// Raises the <see cref='System.Windows.Forms.DataGrid.Scroll'/> event. 4618/// Occurs when the user scrolls the <see cref='System.Windows.Forms.DataGrid'/> control. 5804/// by the <see cref='System.Windows.Forms.DataGrid'/>. 5957/// <see cref='System.Windows.Forms.DataGrid'/> 8965DataGrid dgrid = this; 9045public DataGridAccessibleObject(DataGrid owner) : base(owner) { 9048internal DataGrid DataGrid { 9050return (DataGrid)Owner; 9056return ((DataGrid)Owner).myGridTable.GridColumnStyles.Count; 9062return ((DataGrid)Owner).dataGridRows.Length; 9098DataGrid dataGrid = (DataGrid)Owner; 9155int n = 1 + ColumnCountPrivate + ((DataGrid)Owner).DataGridRowsLength; 9325/// about the part of the <see cref='System.Windows.Forms.DataGrid'/> control the user 9336/// <para>Allows the <see cref='System.Windows.Forms.DataGrid.HitTestInfo'/> object to inform you the 9378/// <para>Gets the part of the <see cref='System.Windows.Forms.DataGrid'/> control, other than the row or column, that was 9403/// <para>Gets the hash code for the <see cref='System.Windows.Forms.DataGrid.HitTestInfo'/> instance.</para> 9420/// <para>Specifies the part of the <see cref='System.Windows.Forms.DataGrid'/> control the user has clicked.</para>
winforms\Managed\System\WinForms\DataGridAddNewRow.cs (1)
27public DataGridAddNewRow(DataGrid dGrid, DataGridTableStyle gridTable, int rowNum)
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (1)
290DataGrid grid = this.DataGridTableStyle.DataGrid;
winforms\Managed\System\WinForms\DataGridCaption.cs (2)
39private DataGrid dataGrid = null; 79internal DataGridCaption(DataGrid dataGrid) {
winforms\Managed\System\WinForms\DataGridCell.cs (2)
25/// <para>Gets or sets the number of a column in the <see cref='System.Windows.Forms.DataGrid'/> control.</para> 38/// <para>Gets or sets the number of a row in the <see cref='System.Windows.Forms.DataGrid'/> control.</para>
winforms\Managed\System\WinForms\DataGridColumn.cs (10)
32/// a <see cref='System.Windows.Forms.DataGrid'/> control column.</para> 342/// <para>Gets the <see cref='System.Windows.Forms.DataGrid'/> control that the <see cref='System.Windows.Forms.DataGridColumnStyle'/> belongs to.</para> 361/// <para>When overridden in a derived class, sets the <see cref='System.Windows.Forms.DataGrid'/> control that this column 364protected virtual void SetDataGrid(DataGrid value) 373/// sets the <see cref='System.Windows.Forms.DataGrid'/> for the column. 376protected virtual void SetDataGridInColumn(DataGrid value) { 396internal void SetDataGridInternalInColumn(DataGrid value) { 791DataGrid grid = this.DataGridTableStyle == null ? null : DataGridTableStyle.DataGrid; 1218DataGrid dg = this.DataGrid; 1270private DataGrid DataGrid {
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (2)
23/// <para>Represents a collection of System.Windows.Forms.DataGridColumnStyle objects in the <see cref='System.Windows.Forms.DataGrid'/> 517DataGrid grid = owner.DataGrid;
winforms\Managed\System\WinForms\DataGridLineStyle.cs (1)
13/// Specifies the style of gridlines in a <see cref='System.Windows.Forms.DataGrid'/>.
winforms\Managed\System\WinForms\DataGridParentRows.cs (4)
29private DataGrid dataGrid; 36private SolidBrush backBrush = DataGrid.DefaultParentRowsBackBrush; 37private SolidBrush foreBrush = DataGrid.DefaultParentRowsForeBrush; 82internal DataGridParentRows(DataGrid dataGrid) {
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (6)
49public DataGridRelationshipRow(DataGrid dataGrid, DataGridTableStyle dgTable, int rowNumber) 587DataGrid grid = this.DataGrid; 937protected DataGrid DataGrid { 1002((DataGrid.DataGridAccessibleObject) DataGrid.AccessibilityObject).NotifyClients(AccessibleEvents.Reorder, 0); 1003((DataGrid.DataGridAccessibleObject) DataGrid.AccessibilityObject).NotifyClients(AccessibleEvents.Focus, DataGrid.CurrentCellAccIndex); 1004((DataGrid.DataGridAccessibleObject) DataGrid.AccessibilityObject).NotifyClients(AccessibleEvents.Selection, DataGrid.CurrentCellAccIndex);
winforms\Managed\System\WinForms\DataGridRow.cs (13)
27/// <see cref='System.Windows.Forms.DataGrid'/> 71public DataGridRow(DataGrid dataGrid, DataGridTableStyle dgTable, int rowNumber) { 129/// <para>Gets the <see cref='System.Windows.Forms.DataGrid'/> control the row belongs to.</para> 131public DataGrid DataGrid { 335/// <para>When overridden in a derived class, called by the <see cref='System.Windows.Forms.DataGrid'/> control when a key press occurs on a row with focus.</para> 351/// <para> Called by the <see cref='System.Windows.Forms.DataGrid'/> when a click occurs in the row's client area 362/// <para>When overridden in a derived class, is called by the <see cref='System.Windows.Forms.DataGrid'/> when a click occurs 385/// <para>When overridden in a derived class, is called by the <see cref='System.Windows.Forms.DataGrid'/> when 701internal static string CellToDisplayString(DataGrid grid, int row, int column) { 710internal static object DisplayStringToCell(DataGrid grid, int row, int column, string value) { 726DataGrid grid = DataGrid; 787private DataGrid DataGrid { 936protected DataGrid DataGrid {
winforms\Managed\System\WinForms\DataGridState.cs (5)
33public DataGrid DataGrid; 49public DataGridState(DataGrid dataGrid) { 85public void PushState(DataGrid dataGrid) { 119public void PullState(DataGrid dataGrid, bool createColumn) { 164DataGrid g = owner.LinkingRow.DataGrid;
winforms\Managed\System\WinForms\DataGridTable.cs (14)
25/// <para>Represents the table drawn by the <see cref='System.Windows.Forms.DataGrid'/> control at run time.</para> 36internal DataGrid dataGrid = null; 170if (System.Windows.Forms.DataGrid.IsTransparentColor(value)) 261if (System.Windows.Forms.DataGrid.IsTransparentColor(value)) 300DataGrid dataGrid = this.DataGrid; 588if (System.Windows.Forms.DataGrid.IsTransparentColor(value)) 1222if (System.Windows.Forms.DataGrid.IsTransparentColor(value)) 1569/// Gets or sets the <see cref='System.Windows.Forms.DataGrid'/> 1574internal void SetInternalDataGrid(DataGrid dG, bool force) 1590/// <para>Gets or sets the <see cref='System.Windows.Forms.DataGrid'/> control for the drawn table.</para> 1593public virtual DataGrid DataGrid { 1642DataGrid grid = this.DataGrid; 1655DataGrid grid = this.DataGrid; 1673DataGrid grid = this.DataGrid;
winforms\Managed\System\WinForms\DataGridTableCollection.cs (4)
20/// <para>Represents a collection of <see cref='System.Windows.Forms.DataGridTableStyle'/> objects in the <see cref='System.Windows.Forms.DataGrid'/> 27DataGrid owner = null; 120internal GridTableStylesCollection(DataGrid grid) { 299DataGrid grid = owner;
winforms\Managed\System\WinForms\DataGridTextBox.cs (3)
35private DataGrid dataGrid; 43/// <para>Sets the <see cref='System.Windows.Forms.DataGrid'/> to which this <see cref='System.Windows.Forms.TextBox'/> control belongs.</para> 45public void SetDataGrid(DataGrid parentGrid)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
142protected override void SetDataGridInColumn(DataGrid value) {
winforms\Managed\System\WinForms\DataGridToolTip.cs (2)
24private DataGrid dataGrid = null; 27public DataGridToolTip(DataGrid dataGrid)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
122/// <para>Gets or sets the Index of a column in the <see cref='System.Windows.Forms.DataGrid'/> control.</para> 676/// <para>Gets or sets the index of a row in the <see cref='System.Windows.Forms.DataGrid'/> control.</para>
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (1)
21/// <para>Represents a collection of <see cref='System.Windows.Forms.DataGridViewColumn'/> objects in the <see cref='System.Windows.Forms.DataGrid'/>
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
23/// <para>Represents a collection of <see cref='System.Windows.Forms.DataGridViewRow'/> objects in the <see cref='System.Windows.Forms.DataGrid'/>
winforms\Managed\System\WinForms\ScrollEventHandler.cs (1)
19/// <see cref='System.Windows.Forms.DataGrid'/>.