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