3 writes to checkRectangle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (3)
417 checkRectangle = LayoutUtils.Align(maxCheckSize, new Rectangle(nextPoint.X, nextPoint.Y, maxCheckSize.Width, maxItemSize.Height), ContentAlignment.MiddleCenter); 433checkRectangle = LayoutUtils.Align(maxCheckSize, new Rectangle(nextPoint.X, nextPoint.Y, checkAndImageMarginWidth, maxItemSize.Height), ContentAlignment.MiddleCenter); 452checkRectangle = 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)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
113return checkRectangle; 420nextPoint.X = checkRectangle.Right + scaledCheckPadding.Right + scaledImagePadding.Left; 455imageRectangle = checkRectangle; 491checkRectangle.X = width - checkRectangle.Right;