11 references to SizeGripSize
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
4411new Rectangle(size.Width - SizeGripSize, size.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 4418size.Width - SizeGripSize, 4419size.Height - SizeGripSize, 4420SizeGripSize, 4421SizeGripSize); 6910if (point.X >= (clientSize.Width - SizeGripSize) && 6911point.Y >= (clientSize.Height - SizeGripSize) && 6912clientSize.Height >= SizeGripSize)