2 writes to dragStart
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5792dragStart = PointToScreen(new Point(e.X, e.Y)); 5901this.dragStart = Point.Empty;
3 references to dragStart
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
5838newBounds.Height = Math.Max(MinDropDownSize.Height, dragBaseRect.Height + (dragPoint.Y - dragStart.Y)); 5847int delta = dragPoint.Y - dragStart.Y; 5858int delta = dragPoint.X - dragStart.X;