private IntPtr GetBlock(IntPtr cellView)
 {
     return(cellView.And(_blockMask.ToIntPtr().Not()));
 }