3 writes to _imageRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (3)
369_imageRectangle = LayoutUtils.Align(maxImageSize, new Rectangle(nextPoint.X, nextPoint.Y, maxImageSize.Width, _maxItemSize.Height), ContentAlignment.MiddleCenter); 382_imageRectangle = Rectangle.Empty; 402_imageRectangle = _checkRectangle;
3 references to _imageRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (3)
112internal Rectangle ImageRectangle => _imageRectangle; 440_imageRectangle.X = width - _imageRectangle.Right;