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