3 writes to imageRectangle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (3)
422imageRectangle = LayoutUtils.Align(maxImageSize, new Rectangle(nextPoint.X, nextPoint.Y, maxImageSize.Width, maxItemSize.Height), ContentAlignment.MiddleCenter); 435imageRectangle = Rectangle.Empty; 455imageRectangle = checkRectangle;
3 references to imageRectangle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (3)
162return imageRectangle; 492imageRectangle.X = width - imageRectangle.Right;