5 references to SizingGrip
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (5)
164if (SizingGrip && IsHandleCreated) 207if (!SizingGrip) 272if (SizingGrip && RightToLeft == RightToLeft.Yes) 398if (overflow || (SizingGrip && item.Bounds.IntersectsWith(SizeGripBounds))) 569if ((m.Msg == (int)PInvokeCore.WM_NCHITTEST) && SizingGrip)