BMPBTN_AUTOSIZE   106 third_party/wtl/include/atlctrlx.h 	CBitmapButtonImpl(DWORD dwExtendedStyle = BMPBTN_AUTOSIZE, HIMAGELIST hImageList = NULL) : 
BMPBTN_AUTOSIZE   163 third_party/wtl/include/atlctrlx.h 		if((m_dwExtendedStyle & BMPBTN_AUTOSIZE) != 0 && ::IsWindow(m_hWnd))
BMPBTN_AUTOSIZE   551 third_party/wtl/include/atlctrlx.h 		if(m_ImageList.m_hImageList != NULL && (m_dwExtendedStyle & BMPBTN_AUTOSIZE) != 0)
BMPBTN_AUTOSIZE   576 third_party/wtl/include/atlctrlx.h 	CBitmapButton(DWORD dwExtendedStyle = BMPBTN_AUTOSIZE, HIMAGELIST hImageList = NULL) :