3 references to GetPreferredSizeVertical
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
315return GetPreferredSizeVertical(this) + Padding.Size;
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (2)
167return ToolStrip.GetPreferredSizeVertical(container); 372toolStripPreferredSize = ToolStrip.GetPreferredSizeVertical(toolStrip) - toolStrip.Padding.Size;