1 write to s_separatorHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
92
s_separatorHeight
= LogicalToDeviceUnits(SEPARATOR_HEIGHT);
5 references to s_separatorHeight
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (5)
553
dropDownHeight += (Font.Height +
s_separatorHeight
) + 2 * s_imagePaddingY;
636
separator =
s_separatorHeight
;
718
imageBounds.Offset(0,
s_separatorHeight
);
765
fillBounds.Y +=
s_separatorHeight
;
766
fillBounds.Height -=
s_separatorHeight
;