public void BringTop() { WinApi.TopMost(this._hwnd); DispatcherEx.DoEvents(); WinApi.CancelTopMost(this._hwnd); }