7 references to WhiteSpace
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (7)
1978rc.Width = Math.Max(_cxIcon, sz.Width) + 4 * _borderWidth + 2 * WhiteSpace; 1979rc.Height = _cyIcon + 2 * WhiteSpace + sz.Height + 4 * _borderWidth; 1983rc.Width = _cxIcon + sz.Width + 4 * _borderWidth + 2 * WhiteSpace; 2257rc.X += WhiteSpace + _borderWidth; 2259rc.Width -= (2 * _borderWidth + WhiteSpace); 2271int y = rc.Y + WhiteSpace; 2275rc.Y += (_cyIcon + WhiteSpace);