3 writes to _checkRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (3)
364
_checkRectangle
= LayoutUtils.Align(maxCheckSize, new Rectangle(nextPoint.X, nextPoint.Y, maxCheckSize.Width, _maxItemSize.Height), ContentAlignment.MiddleCenter);
380
_checkRectangle
= LayoutUtils.Align(maxCheckSize, new Rectangle(nextPoint.X, nextPoint.Y, checkAndImageMarginWidth, _maxItemSize.Height), ContentAlignment.MiddleCenter);
399
_checkRectangle
= LayoutUtils.Align(LayoutUtils.UnionSizes(maxCheckSize, maxImageSize), new Rectangle(nextPoint.X, nextPoint.Y, checkAndImageMarginWidth - 1, _maxItemSize.Height), ContentAlignment.MiddleCenter);
5 references to _checkRectangle
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
68
internal Rectangle CheckRectangle =>
_checkRectangle
;
367
nextPoint.X =
_checkRectangle
.Right + _checkPadding.Right + _imagePadding.Left;
402
_imageRectangle =
_checkRectangle
;
439
_checkRectangle
.X = width -
_checkRectangle
.Right;