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