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)
549
dropDownHeight += (Font.Height +
s_separatorHeight
) + 2 * s_imagePaddingY;
632
separator =
s_separatorHeight
;
714
imageBounds.Offset(0,
s_separatorHeight
);
761
fillBounds.Y +=
s_separatorHeight
;
762
fillBounds.Height -=
s_separatorHeight
;