Searched refs:m_pComboBoxProxy (Results 1 – 2 of 2) sorted by relevance
100 return m_pComboBoxProxy && in IsDropListVisible()101 !(m_pComboBoxProxy->GetStates() & FWL_WGTSTATE_Invisible); in IsDropListVisible()155 CFWL_ComboBoxProxy* m_pComboBoxProxy; // Can this be a unique_ptr? variable
35 m_pComboBoxProxy(nullptr), in CFWL_ComboBox()308 if (!m_pComboBoxProxy) in ShowDropList()311 m_pComboBoxProxy->Reset(); in ShowDropList()313 m_pComboBoxProxy->EndDoModal(); in ShowDropList()337 m_pComboBoxProxy->SetWidgetRect(m_rtProxy); in ShowDropList()338 m_pComboBoxProxy->Update(); in ShowDropList()346 m_pComboBoxProxy->DoModal(); in ShowDropList()487 if (m_pComboBoxProxy) in InitProxyForm()499 m_pComboBoxProxy = new CFWL_ComboBoxProxy(this, m_pOwnerApp, std::move(prop), in InitProxyForm()501 m_pListBox->SetParent(m_pComboBoxProxy); in InitProxyForm()