public HitTestInfo(int hitTest, SelectionUIService.SelectionUIItem selectionUIHit, bool containerSelector)
 {
     this.hitTest = hitTest;
     this.selectionUIHit = selectionUIHit;
     this.containerSelector = containerSelector;
 }
 public HitTestInfo(int hitTest, SelectionUIService.SelectionUIItem selectionUIHit)
 {
     this.hitTest = hitTest;
     this.selectionUIHit = selectionUIHit;
     this.containerSelector = false;
 }