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)
68internal Rectangle CheckRectangle => _checkRectangle; 367nextPoint.X = _checkRectangle.Right + _checkPadding.Right + _imagePadding.Left; 402_imageRectangle = _checkRectangle; 439_checkRectangle.X = width - _checkRectangle.Right;