protected virtual void DestroyWindowCore() { if (_handle != IntPtr.Zero) { InteropMethods.DestroyWindow(_handle); _handle = IntPtr.Zero; } }