5 writes to totalHeight
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridParentRows.cs (5)
265totalHeight = 0; 339totalHeight += 2 * borderWidth; 372totalHeight += height; 377totalHeight = 0; 379totalHeight -= (int) rowHeights[rowHeights.Count-1];
2 references to totalHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
216return totalHeight; 338if (totalHeight == 0) {