11 references to SizeGripSize
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
4408new Rectangle(size.Width - SizeGripSize, size.Height - SizeGripSize, SizeGripSize, SizeGripSize)); 4415size.Width - SizeGripSize, 4416size.Height - SizeGripSize, 4417SizeGripSize, 4418SizeGripSize); 6904if (point.X >= (clientSize.Width - SizeGripSize) && 6905point.Y >= (clientSize.Height - SizeGripSize) && 6906clientSize.Height >= SizeGripSize)