1 write to s_iconHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
90s_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); 641e.ItemHeight = Math.Max(s_iconHeight + separator, measureFont.Height + separator) + 2 * s_imagePaddingY; 712imageBounds.Size = new(s_iconWidth, s_iconHeight); 739e.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);