1 write to _arrowPadding
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
600
_arrowPadding
= ScaleHelper.ScaleToDpi(new Padding(0, 0, 8, 0), dpi);
4 references to _arrowPadding
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
330
_maxItemSize.Height = Math.Max(maxTextSize.Height + _textPadding.Vertical, Math.Max(maxCheckSize.Height + _checkPadding.Vertical, maxArrowSize.Height +
_arrowPadding
.Vertical));
424
nextPoint.X = _textRectangle.Right + _textPadding.Right +
_arrowPadding
.Left;
425
nextPoint.Y =
_arrowPadding
.Top;
429
_maxItemSize.Width = (_arrowRectangle.Right +
_arrowPadding
.Right) - _imageMarginBounds.Left;