11 references to SizeGripSize
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
4467new Rectangle(size.Width - SizeGripSize, size.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 4474size.Width - SizeGripSize, 4475size.Height - SizeGripSize, 4476SizeGripSize, 4477SizeGripSize); 7029if (point.X >= (clientSize.Width - SizeGripSize) && 7030point.Y >= (clientSize.Height - SizeGripSize) && 7031clientSize.Height >= SizeGripSize)