11 references to SizeGripSize
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
4470new Rectangle(size.Width - SizeGripSize, size.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 4477size.Width - SizeGripSize, 4478size.Height - SizeGripSize, 4479SizeGripSize, 4480SizeGripSize); 7001if (point.X >= (clientSize.Width - SizeGripSize) && 7002point.Y >= (clientSize.Height - SizeGripSize) && 7003clientSize.Height >= SizeGripSize)