public StrongHWND(IntPtr hwnd) : base(hwnd, ownsHandle: true) { _subclass = new StrongHWNDSubclass(this); }