11 references to SizeGripSize
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
4466new Rectangle(size.Width - SizeGripSize, size.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 4473size.Width - SizeGripSize, 4474size.Height - SizeGripSize, 4475SizeGripSize, 4476SizeGripSize); 7003if (point.X >= (clientSize.Width - SizeGripSize) && 7004point.Y >= (clientSize.Height - SizeGripSize) && 7005clientSize.Height >= SizeGripSize)