1 write to s_iconWidth
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
91s_iconWidth = LogicalToDeviceUnits(ICON_DIMENSION);
5 references to s_iconWidth
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (5)
712imageBounds.Size = new(s_iconWidth, s_iconHeight); 723imageBounds.X += s_iconWidth + s_indentSpacing; 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);