Lines Matching refs:WB_TABSTOP
800 nStyle |= WB_TABSTOP; in ImplInitStyle()
2092 nStyle |= WB_TABSTOP; in ImplInitStyle()
2094 nStyle &= ~WB_TABSTOP; in ImplInitStyle()
2487 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplUncheckAllOther()
2512 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2543 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther()
2556 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplCallClick()
2981 mpWindowImpl->mnStyle |= WB_TABSTOP; in SetState()
2983 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in SetState()
2999 mpWindowImpl->mnStyle |= WB_TABSTOP; in Check()
3001 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in Check()
3259 nStyle |= WB_TABSTOP; in ImplInitStyle()