11 references to SizeGripSize
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
4478new Rectangle(size.Width - SizeGripSize, size.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 4485size.Width - SizeGripSize, 4486size.Height - SizeGripSize, 4487SizeGripSize, 4488SizeGripSize); 7009if (point.X >= (clientSize.Width - SizeGripSize) && 7010point.Y >= (clientSize.Height - SizeGripSize) && 7011clientSize.Height >= SizeGripSize)