16 references to rowHeights
System.Windows.Forms (16)
winforms\Managed\System\WinForms\DataGridParentRows.cs (16)
147int height = (int) rowHeights[i]; 264rowHeights.Clear(); 334if (parentsCount == rowHeights.Count) 354if (parentsCount > rowHeights.Count) { 355Debug.Assert(parentsCount == rowHeights.Count + 1 || rowHeights.Count == 0, "see bug 82808 for more info, or the comment above"); 356int rowHeightsCount = this.rowHeights.Count; 370rowHeights.Add(height); 375Debug.Assert(parentsCount == rowHeights.Count - 1, "we do layout only for push/popTop"); 379totalHeight -= (int) rowHeights[rowHeights.Count-1]; 380rowHeights.RemoveAt(rowHeights.Count - 1); 718rowBounds.Height = (int) rowHeights[row]; 865paintBounds.Height = (int) rowHeights[row]; 866rowBounds.Height = (int) rowHeights[row];