Lines Matching refs:CBF_FOCUSED
653 if( lphc->wState & CBF_FOCUSED ) in CBPaintText()
680 if ( (lphc->wState & CBF_FOCUSED) && in CBPaintText()
710 if ( (lphc->wState & CBF_FOCUSED) && in CBPaintText()
726 if(lphc->wState & CBF_FOCUSED && !(lphc->wState & CBF_DROPPED)) in CBPaintText()
910 if( lphc->wState & CBF_FOCUSED ) in CBUpdateEdit()
1104 if( !(lphc->wState & CBF_FOCUSED) ) in COMBO_SetFocus()
1117 lphc->wState |= CBF_FOCUSED; in COMBO_SetFocus()
1128 if( lphc->wState & CBF_FOCUSED ) in COMBO_KillFocus()
1136 lphc->wState &= ~CBF_FOCUSED; in COMBO_KillFocus()
1880 if ( !(lphc->wState & CBF_FOCUSED) ) SetFocus( lphc->self ); in COMBO_WindowProc()
1881 if ( lphc->wState & CBF_FOCUSED ) COMBO_LButtonDown( lphc, lParam ); in COMBO_WindowProc()