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