1 write to s_iconHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
90
s_iconHeight
= LogicalToDeviceUnits(ICON_DIMENSION);
6 references to s_iconHeight
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (6)
441
_newItemTypes.ItemHeight = Math.Max(
s_iconHeight
, Font.Height);
641
e.ItemHeight = Math.Max(
s_iconHeight
+ separator, measureFont.Height + separator) + 2 * s_imagePaddingY;
712
imageBounds.Size = new(s_iconWidth,
s_iconHeight
);
739
e.Graphics.DrawImage(tbxBitmap, e.Bounds.X, e.Bounds.Y, s_iconWidth,
s_iconHeight
);
992
? new(4 + SystemInformation.HorizontalScrollBarThumbWidth, 3, s_iconWidth,
s_iconHeight
)
993
: new(3, 3, s_iconWidth,
s_iconHeight
);