Variable ResizerWidget._dragStart

class ResizerWidget
{
  // ...
  Point _dragStart;
  // ...
}