3 references to DisplayRectangle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
268Rectangle displayRectangle = ToolStripPanelRow.DisplayRectangle;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
672preferredSize.Width = DisplayRectangle.Width; 675preferredSize.Height = DisplayRectangle.Height;