5 references to SizingGrip
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusStrip.cs (5)
189if (SizingGrip && IsHandleCreated) { 224if (SizingGrip) { 280if (SizingGrip && RightToLeft == RightToLeft.Yes) { 391if (overflow || (SizingGrip && item.Bounds.IntersectsWith(SizeGripBounds))) { 554if ((m.Msg == NativeMethods.WM_NCHITTEST) && SizingGrip) {