13 references to textPadding
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DataGridCaption.cs (13)
435bounds.Y + yOffset + textPadding, 457bounds.Y + yOffset + textPadding, 482Math.Min(textWidthLeft, 2 * textPadding + textSize.Width), 4832 * textPadding + textSize.Height); 567if (textPadding > 0) { 569border.Height = textPadding; 572border.Y = textBounds.Bottom - textPadding; 575border = new Rectangle(textBounds.X, textBounds.Y + textPadding, 576textPadding, textBounds.Height - 2*textPadding); 579border.X = textBounds.Right - textPadding; 581textBounds.Inflate(-textPadding, -textPadding);