214 references to SharedRow
System.Windows.Forms (214)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2251
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(this.ptCurrentCell.Y);
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (3)
103
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
145
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
187
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewCell.cs (9)
236
Debug.Assert(this.DataGridView.Rows.GetRowState(this.RowIndex) == this.DataGridView.Rows.
SharedRow
(this.RowIndex).State);
401
Debug.Assert(this.DataGridView.Rows.GetRowState(this.RowIndex) == this.DataGridView.Rows.
SharedRow
(this.RowIndex).State);
590
Debug.Assert(this.DataGridView.Rows.GetRowState(this.RowIndex) == this.DataGridView.Rows.
SharedRow
(this.RowIndex).State);
666
Debug.Assert(this.DataGridView.Rows.GetRowState(this.RowIndex) == this.DataGridView.Rows.
SharedRow
(this.RowIndex).State);
714
Debug.Assert(this.DataGridView.Rows.GetRowState(this.RowIndex) == this.DataGridView.Rows.
SharedRow
(this.RowIndex).State);
977
Debug.Assert(this.DataGridView.Rows.GetRowState(this.RowIndex) == this.DataGridView.Rows.
SharedRow
(this.RowIndex).State);
2095
if (this.DataGridView.Rows.
SharedRow
(rowIndex) != this.owningRow)
2195
if (this.DataGridView.Rows.
SharedRow
(rowIndex).HasDefaultCellStyle)
2197
rowStyle = this.DataGridView.Rows.
SharedRow
(rowIndex).DefaultCellStyle;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (5)
121
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
161
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
202
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
245
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
299
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewColumn.cs (3)
1266
dataGridViewRow = dataGridView.Rows.
SharedRow
(rowIndex);
1289
dataGridViewRow = dataGridView.Rows.
SharedRow
(rowIndex);
1312
dataGridViewRow = dataGridView.Rows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (11)
60
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
137
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
180
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
221
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
263
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
303
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
342
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
405
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
444
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
483
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
530
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (2)
338
if (this.DataGridView != null && this.DataGridView.Rows.
SharedRow
(rowIndex) != this.OwningRow)
463
if (this.DataGridView.Rows.
SharedRow
(rowIndex) != this.OwningRow)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (3)
120
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
214
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
253
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (7)
55
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
126
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
165
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
217
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
259
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
299
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
338
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (126)
331
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
389
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
399
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).HeaderCell;
417
this.Rows.
SharedRow
(rowIndex).GetHeightInfo(rowIndex, out height, out minimumHeight);
467
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
477
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).HeaderCell;
494
if (this.Rows.
SharedRow
(rowIndex).Height < preferredHeight)
1315
cy += this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
1330
cy += this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
1350
cy += this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
2034
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndex).HeaderCell.GetPreferredWidth(rowIndex, this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex)));
2038
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndex).HeaderCell.GetPreferredSize(rowIndex).Width);
2049
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
2068
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
2092
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndex).HeaderCell.GetPreferredWidth(rowIndex, this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex)));
2096
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndex).HeaderCell.GetPreferredSize(rowIndex).Width);
2207
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndexTmp).HeaderCell.GetPreferredWidth(rowIndexTmp, this.Rows.
SharedRow
(rowIndexTmp).GetHeight(rowIndexTmp)));
2211
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndexTmp).HeaderCell.GetPreferredSize(rowIndexTmp).Width);
2222
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndexTmp);
2241
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndexTmp);
2265
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndexTmp).HeaderCell.GetPreferredWidth(rowIndexTmp, this.Rows.
SharedRow
(rowIndexTmp).GetHeight(rowIndexTmp)));
2269
preferredWidth = Math.Max(preferredWidth, this.Rows.
SharedRow
(rowIndexTmp).HeaderCell.GetPreferredSize(rowIndexTmp).Width);
2315
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
2810
clip.Y = topEdge + this.Rows.
SharedRow
(index).GetMinimumHeight(index) - mouseBarOffset - 1;
4271
rowHeight = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
4286
rowHeight = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
4305
height += this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
4319
this.Rows.
SharedRow
(lastVisibleRowIndex).GetHeight(lastVisibleRowIndex);
4782
cy += this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
4834
cy += this.Rows.
SharedRow
(i).GetHeight(i);
4850
int height = this.Rows.
SharedRow
(i).GetHeight(i);
5353
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
5379
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
6353
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(this.trackRow);
6973
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
6990
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
7018
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
7185
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
7384
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
7398
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
7414
cellContent = this.Rows.
SharedRow
(rowIndex).HeaderCell.GetClipboardContentInternal(rowIndex,
7433
cellContent = this.Rows.
SharedRow
(rowIndex).HeaderCell.GetClipboardContentInternal(rowIndex,
7449
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
7463
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
7656
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
7670
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
7686
cellContent = this.Rows.
SharedRow
(rowIndex).HeaderCell.GetClipboardContentInternal(rowIndex,
7705
cellContent = this.Rows.
SharedRow
(rowIndex).HeaderCell.GetClipboardContentInternal(rowIndex,
7721
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
7735
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
8122
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
8138
cellContent = this.Rows.
SharedRow
(rowIndex).HeaderCell.GetClipboardContentInternal(rowIndex,
8155
cellContent = this.Rows.
SharedRow
(rowIndex).HeaderCell.GetClipboardContentInternal(rowIndex,
8182
cellContent = this.Rows.
SharedRow
(rowIndex).Cells[dataGridViewColumn.Index].GetClipboardContentInternal(rowIndex,
8734
if (this.verticalOffset + this.Rows.
SharedRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow) <=
8915
if (this.verticalOffset + this.Rows.
SharedRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow) <=
9142
cy += this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9163
cy += this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9172
if (cutOverflow && cy + this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp) > data.Bottom)
9178
displayHeight = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9216
rowHeight = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9236
rowHeight = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9295
y += this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9333
y += this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9346
y -= this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
9563
int rowHeight = this.Rows.
SharedRow
(hti.row).GetHeight(hti.row);
9726
int rowHeight = this.Rows.
SharedRow
(hti.row).GetHeight(hti.row);
10784
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
10813
int rowHeight = this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
10814
this.Rows.
SharedRow
(rowIndex).CachedThickness = rowHeight;
10962
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
10981
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
11104
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
11124
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
11523
int rowHeight = this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
11524
this.Rows.
SharedRow
(rowIndex).CachedThickness = rowHeight;
12023
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
12156
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
12501
IsSharedCellSelected(this.Rows.
SharedRow
(hti.row).Cells[hti.col], hti.row) &&
12633
(this.Columns[hti.col].Selected || IsSharedCellSelected(this.Rows.
SharedRow
(hti.row).Cells[hti.col], hti.row)) &&
12813
IsSharedCellSelected(this.Rows.
SharedRow
(hti.row).Cells[hti.col], hti.row)) &&
13453
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
13505
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
15926
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
15946
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
17023
this.vertScrollBar.Value + this.Rows.
SharedRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow) <=
17032
if (this.vertScrollBar.Value + this.Rows.
SharedRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow) >
17566
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
18188
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
18836
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
19272
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
19319
dataGridViewCell = this.Rows.
SharedRow
(rowIndex).Cells[columnIndex];
20132
int rowHeight = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
20133
this.Rows.
SharedRow
(indexTmp).CachedThickness = rowHeight;
20137
rowBounds.Height = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
20148
dataGridViewRow = this.Rows.
SharedRow
(indexTmp);
20184
int rowHeight = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
20185
this.Rows.
SharedRow
(indexTmp).CachedThickness = rowHeight;
20189
rowBounds.Height = this.Rows.
SharedRow
(indexTmp).GetHeight(indexTmp);
20200
dataGridViewRow = this.Rows.
SharedRow
(indexTmp);
20318
DataGridViewRow newRow = this.Rows.
SharedRow
(this.newRowIndex);
20368
this.Columns[this.ptCurrentCell.X].Width, this.Rows.
SharedRow
(this.ptCurrentCell.Y).GetHeight(this.ptCurrentCell.Y));
26047
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
26394
int yRowBottomEdge = GetRowYFromIndex(rowIndex) + this.Rows.
SharedRow
(rowIndex).GetHeight(rowIndex);
26397
yRowBottomEdge -= this.Rows.
SharedRow
(firstDisplayedScrollingRow).GetHeight(firstDisplayedScrollingRow);
26504
deltaY -= this.Rows.
SharedRow
(newFirstVisibleScrollingRow).GetHeight(newFirstVisibleScrollingRow);
26539
deltaY += this.Rows.
SharedRow
(newFirstVisibleScrollingRow).GetHeight(newFirstVisibleScrollingRow);
26566
deltaY = this.Rows.
SharedRow
(newFirstVisibleScrollingRow).GetHeight(newFirstVisibleScrollingRow);
26576
deltaY += this.Rows.
SharedRow
(newFirstVisibleScrollingRow).GetHeight(newFirstVisibleScrollingRow);
26586
deltaY = -this.Rows.
SharedRow
(newFirstVisibleScrollingRow).GetHeight(newFirstVisibleScrollingRow);
26594
deltaY -= this.Rows.
SharedRow
(scrollingRowTmp).GetHeight(scrollingRowTmp);
26759
return this.Rows.
SharedRow
(index).Cells[columnIndex];
26784
return this.Rows.
SharedRow
(rowIndex).Cells[index];
26845
!IsSharedCellVisible(this.Rows.
SharedRow
(rowIndex).Cells[columnIndex], rowIndex))
26906
currentCell = this.Rows.
SharedRow
(oldCurrentCellY).Cells[oldCurrentCellX];
27104
currentCell = this.Rows.
SharedRow
(oldCurrentCellY).Cells[oldCurrentCellX];
27491
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
27644
DataGridViewRow dataGridViewRow = this.Rows.
SharedRow
(rowIndex);
28493
if (this.vertScrollBar.Value + this.Rows.
SharedRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow) <=
28513
int firstDisplayedScrollingRowHeight = this.Rows.
SharedRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow);
29872
dataGridViewCell = this.Rows.
SharedRow
(hti.row).Cells[hti.col];
29880
dataGridViewCell = this.Rows.
SharedRow
(hti.row).HeaderCell;
winforms\Managed\System\WinForms\DataGridViewRow.cs (3)
1478
if (this.DataGridView == null || this.DataGridView.Rows.
SharedRow
(rowIndex).Index != -1)
1526
DataGridViewRow sharedRow = dataGridView.Rows.
SharedRow
(rowIndex);
1567
sharedRow = dataGridView.Rows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (30)
260
DataGridViewRow dataGridViewRow =
SharedRow
(index);
659
DataGridViewRow rowTemplate =
SharedRow
(indexSource);
680
if (!RowIsSharable(index) || RowHasValueOrToolTipText(
SharedRow
(index)) || this.IsCollectionChangedListenedTo)
684
OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Add,
SharedRow
(index)), index, 1);
734
return AddCopiesPrivate(
SharedRow
(indexSource), rowTemplateState, count);
771
DataGridViewRow rowTemplate2 =
SharedRow
(index);
810
OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Add,
SharedRow
(index)), index, 1);
964
SharedRow
(rowIndex).DetachFromDataGridView();
1449
DataGridViewRow dataGridViewRow =
SharedRow
(rowIndex);
1736
InsertCopiesPrivate(
SharedRow
(indexSource), rowTemplateState, indexDestination, count);
1776
OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Add,
SharedRow
(indexDestination)), indexDestination, count, false, true, false, newCurrentCell);
1789
DataGridViewRow rowTemplate2 =
SharedRow
(indexDestination);
1829
OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Add,
SharedRow
(indexDestination)), indexDestination, 1, false, true, false, newCurrentCell);
2048
originalIndex =
SharedRow
(rowIndex).Index;
2051
if (originalIndex == -1 &&
SharedRow
(rowIndex).Index != -1)
2072
originalIndex =
SharedRow
(rowIndex).Index;
2075
if (originalIndex == -1 &&
SharedRow
(rowIndex).Index != -1)
2110
firstDisplayedRowHeight =
SharedRow
(firstDisplayedRowIndex).GetHeight(firstDisplayedRowIndex);
2138
dataGridViewRow =
SharedRow
(rowIndex);
2175
firstDisplayedRowHeight =
SharedRow
(firstDisplayedRowIndex).GetHeight(firstDisplayedRowIndex);
2332
DataGridViewRow dataGridViewRow =
SharedRow
(index);
2340
dataGridViewRow =
SharedRow
(index);
2377
DataGridViewRow dataGridViewRow =
SharedRow
(index);
2400
DataGridViewRow dataGridViewRow =
SharedRow
(rowIndex);
2488
DataGridViewRow dataGridViewRow1 =
SharedRow
(rowIndex1);
2489
DataGridViewRow dataGridViewRow2 =
SharedRow
(rowIndex2);
2528
SharedRow
(rowIndex).IndexInternal = rowIndex;
2529
SharedRow
(rowIndex).StateInternal = SharedRowState(rowIndex);
2548
dataGridViewRow =
SharedRow
(rowIndex);
2812
DataGridViewRow dataGridViewRow = this.dataGridViewRows.
SharedRow
(rowIndex);
winforms\Managed\System\WinForms\DataGridViewRowPostPaintEventArgs.cs (5)
162
this.dataGridView.Rows.
SharedRow
(rowIndex).DrawFocus(this.graphics,
178
this.dataGridView.Rows.
SharedRow
(rowIndex).PaintCells(this.graphics,
200
this.dataGridView.Rows.
SharedRow
(rowIndex).PaintCells(this.graphics,
217
this.dataGridView.Rows.
SharedRow
(rowIndex).PaintCells(this.graphics,
245
this.dataGridView.Rows.
SharedRow
(rowIndex).PaintHeader(this.graphics,
winforms\Managed\System\WinForms\DataGridViewRowPrePaintEventArgs.cs (5)
181
this.dataGridView.Rows.
SharedRow
(this.rowIndex).DrawFocus(this.graphics,
197
this.dataGridView.Rows.
SharedRow
(this.rowIndex).PaintCells(this.graphics,
219
this.dataGridView.Rows.
SharedRow
(this.rowIndex).PaintCells(this.graphics,
236
this.dataGridView.Rows.
SharedRow
(this.rowIndex).PaintCells(this.graphics,
264
this.dataGridView.Rows.
SharedRow
(this.rowIndex).PaintHeader(this.graphics,
winforms\Managed\System\WinForms\DataGridViewTextBoxColumn.cs (1)
76
DataGridViewRow dataGridViewRow = dataGridViewRows.
SharedRow
(rowIndex);