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)); 424nextPoint.X = _textRectangle.Right + _textPadding.Right + _arrowPadding.Left; 425nextPoint.Y = _arrowPadding.Top; 429_maxItemSize.Width = (_arrowRectangle.Right + _arrowPadding.Right) - _imageMarginBounds.Left;