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