Variable LayoutItem._isResizer

struct LayoutItem
{
  // ...
  bool _isResizer;
  // ...
}