7 references to WhiteSpace
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (7)
1996rc.Width = Math.Max(_cxIcon, sz.Width) + 4 * _borderWidth + 2 * WhiteSpace; 1997rc.Height = _cyIcon + 2 * WhiteSpace + sz.Height + 4 * _borderWidth; 2001rc.Width = _cxIcon + sz.Width + 4 * _borderWidth + 2 * WhiteSpace; 2275rc.X += WhiteSpace + _borderWidth; 2277rc.Width -= (2 * _borderWidth + WhiteSpace); 2289int y = rc.Y + WhiteSpace; 2293rc.Y += (_cyIcon + WhiteSpace);