1 write to _checkPadding
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
603
_checkPadding
= ScaleHelper.ScaleToDpi(new Padding(5, 2, 2, 2), dpi);
7 references to _checkPadding
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (7)
330
_maxItemSize.Height = Math.Max(maxTextSize.Height + _textPadding.Vertical, Math.Max(maxCheckSize.Height +
_checkPadding
.Vertical, maxArrowSize.Height + _arrowPadding.Vertical));
343
maxCheckSize.Height = _maxItemSize.Height -
_checkPadding
.Vertical;
363
nextPoint = new Point(
_checkPadding
.Left,
_checkPadding
.Top);
367
nextPoint.X = _checkRectangle.Right +
_checkPadding
.Right + _imagePadding.Left;
378
nextPoint = new Point(1,
_checkPadding
.Top);
398
nextPoint = new Point(1,
_checkPadding
.Top);