12 references to borderWidth
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridParentRows.cs (12)
327Rectangle r = new Rectangle(rect.X, rect.Y, rect.Width + borderWidth, rect.Height + borderWidth); 339totalHeight += 2 * borderWidth; 543if (borderWidth > 0) { 545bounds.Inflate(-borderWidth, -borderWidth); 555border.Height = borderWidth; 559border.Y = bounds.Bottom - borderWidth; 563border = new Rectangle(bounds.X, bounds.Y + borderWidth, 564borderWidth, bounds.Height - 2*borderWidth); 568border.X = bounds.Right - borderWidth;