public DropTargetPassthrough(IntPtr passthrough, ExtendedListViewCommon parent)
 {
     this.passthrough = passthrough;
     Marshal.AddRef(passthrough);
     this.parent = parent;
     Pointer     = Marshal.GetComInterfaceForObject(this, typeof(_IDropTarget));
 }
 public DropTargetPassthrough(IntPtr passthrough, ExtendedListViewCommon parent) {
     this.passthrough = passthrough;
     Marshal.AddRef(passthrough);
     this.parent = parent;
     Pointer = Marshal.GetComInterfaceForObject(this, typeof(_IDropTarget));
 }
 public DropTargetPassthrough(_IDropTarget passthrough, ExtendedListViewCommon parent)
 {
     this.passthrough = passthrough;
     this.parent      = parent;
 }
 public DropTargetPassthrough(_IDropTarget passthrough, ExtendedListViewCommon parent) {
     this.passthrough = passthrough;
     this.parent = parent;
 }