7 references to WINBAR_SEPARATORTHICKNESS
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripSeparator.cs (7)
93return new Size(WINBAR_SEPARATORTHICKNESS, WINBAR_SEPARATORTHICKNESS); 415return new Size(WINBAR_SEPARATORTHICKNESS, WINBAR_SEPARATORTHICKNESS); 420return new Size(parent.Width - (parent.Padding.Horizontal - dropDownMenu.ImageMargin.Width), WINBAR_SEPARATORTHICKNESS); 429return new Size(WINBAR_SEPARATORTHICKNESS, constrainingSize.Height); 432return new Size(constrainingSize.Width, WINBAR_SEPARATORTHICKNESS);