Lines Matching refs:WB_TABSTOP
798 nStyle |= WB_TABSTOP; in ImplInitStyle()
2090 nStyle |= WB_TABSTOP; in ImplInitStyle()
2092 nStyle &= ~WB_TABSTOP; in ImplInitStyle()
2484 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplUncheckAllOther()
2509 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2540 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2553 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplCallClick()
2978 mpWindowImpl->mnStyle |= WB_TABSTOP; in SetState()
2980 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in SetState()
2996 mpWindowImpl->mnStyle |= WB_TABSTOP; in Check()
2998 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in Check()
3256 nStyle |= WB_TABSTOP; in ImplInitStyle()