7 references to WhiteSpace
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (7)
1990rc.Width = Math.Max(_cxIcon, sz.Width) + 4 * _borderWidth + 2 * WhiteSpace; 1991rc.Height = _cyIcon + 2 * WhiteSpace + sz.Height + 4 * _borderWidth; 1995rc.Width = _cxIcon + sz.Width + 4 * _borderWidth + 2 * WhiteSpace; 2269rc.X += WhiteSpace + _borderWidth; 2271rc.Width -= (2 * _borderWidth + WhiteSpace); 2283int y = rc.Y + WhiteSpace; 2287rc.Y += (_cyIcon + WhiteSpace);