7 references to SeparatorThickness
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (7)
54
protected override Size DefaultSize => new(
SeparatorThickness
,
SeparatorThickness
);
263
return new Size(
SeparatorThickness
,
SeparatorThickness
);
268
return new Size(parent.Width - (parent.Padding.Horizontal - dropDownMenu.ImageMargin.Width),
SeparatorThickness
);
282
return new Size(
SeparatorThickness
, constrainingSize.Height);
285
return new Size(constrainingSize.Width,
SeparatorThickness
);