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