Searched refs:dialog_box_ (Results 1 – 6 of 6) sorted by relevance
32 DCHECK(dialog_box_.Get() == NULL); in Show()50 dialog_box_.GetAddressOf()); in Show()54 hr = dialog_box_->get_Commands(commands.GetAddressOf()); in Show()83 hr = dialog_box_->ShowAsync(ret.GetAddressOf()); in Show()119 if (!dialog_box_) in Dismiss()126 dialog_box_.Reset(); in Dismiss()
59 mswr::ComPtr<winui::Popups::IMessageDialog> dialog_box_;
144 MetroDialogBox dialog_box_; variable
364 dialog_box_.Show(dialog_box_info); in ShowDialogBox()369 dialog_box_.Dismiss(); in DismissDialogBox()
122 if (!owner_.dialog_box_) { in HandleMessage()125 owner_.dialog_box_ = GetAncestor(dialog, GA_ROOT); in HandleMessage()140 owner_.dialog_box_ = NULL; in SetSite()170 dialog_box_(NULL), in PrintingContextWin()513 if (dialog_box_) { in Cancel()514 DestroyWindow(dialog_box_); in Cancel()
91 volatile HWND dialog_box_; variable