Base:
property
DefaultSize
System.Windows.Forms.ToolStrip.DefaultSize
2 references to DefaultSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StatusStrip.cs (2)
101return new Padding(1, 3, 1, DefaultSize.Height); 228int gripHeight = Math.Min(DefaultSize.Height, statusStripSize.Height);