11 references to SizeGripSize
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
4451new Rectangle(size.Width - SizeGripSize, size.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 4458size.Width - SizeGripSize, 4459size.Height - SizeGripSize, 4460SizeGripSize, 4461SizeGripSize); 7014if (point.X >= (clientSize.Width - SizeGripSize) && 7015point.Y >= (clientSize.Height - SizeGripSize) && 7016clientSize.Height >= SizeGripSize)