Searched refs:mnExtendedStyle (Results 1 – 3 of 3) sorted by relevance
299 WinBits mnExtendedStyle; member in WindowImpl
1617 return mpWindowImpl->mnExtendedStyle; in GetExtendedStyle()1622 return mpWindowImpl->mnExtendedStyle; in GetPrevExtendedStyle()
195 mnExtendedStyle = 0; // extended style (init in ImplInitWindow) in WindowImpl()5641 if ( mpWindowImpl->mnExtendedStyle != nExtendedStyle ) in SetExtendedStyle()5656 mpWindowImpl->mnPrevExtendedStyle = mpWindowImpl->mnExtendedStyle; in SetExtendedStyle()5657 mpWindowImpl->mnExtendedStyle = nExtendedStyle; in SetExtendedStyle()
Completed in 92 milliseconds