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