SelectBrush      3170 third_party/wtl/include/atlctrlx.h 		HBRUSH hbrOld = dc.SelectBrush(::GetSysColorBrush(COLOR_BTNSHADOW));
SelectBrush      3195 third_party/wtl/include/atlctrlx.h 		dc.SelectBrush(hbrOld);
SelectBrush      4676 third_party/wtl/include/atlctrlx.h 			HBRUSH hBrushOld = dc.SelectBrush(brush);
SelectBrush      4688 third_party/wtl/include/atlctrlx.h 			dc.SelectBrush(hBrushOld);
SelectBrush      1382 third_party/wtl/include/atlgdi.h 	HBRUSH SelectBrush(HBRUSH hBrush)
SelectBrush      1429 third_party/wtl/include/atlgdi.h 		return SelectBrush((HBRUSH)::GetStockObject(nBrush));
SelectBrush      2427 third_party/wtl/include/atlgdi.h 		HBRUSH hOldBrush = SelectBrush(hBrush3DEffect);
SelectBrush      2431 third_party/wtl/include/atlgdi.h 		SelectBrush(hBrushDisabledImage);
SelectBrush      2434 third_party/wtl/include/atlgdi.h 		SelectBrush(hOldBrush);
SelectBrush      3067 third_party/wtl/include/atlgdi.h 			hBrushOld = SelectBrush(hBrushLast);
SelectBrush      3069 third_party/wtl/include/atlgdi.h 			SelectBrush(hBrushOld);
SelectBrush      3076 third_party/wtl/include/atlgdi.h 		hBrushOld = SelectBrush(hBrush);
SelectBrush      3081 third_party/wtl/include/atlgdi.h 			SelectBrush(hBrushOld);
SelectBrush      1075 third_party/wtl/include/atlprint.h 		HBRUSH hbrOld = dc.SelectBrush(::GetSysColorBrush(COLOR_BTNSHADOW));
SelectBrush      1080 third_party/wtl/include/atlprint.h 		dc.SelectBrush((HBRUSH)::GetStockObject(WHITE_BRUSH));
SelectBrush      1082 third_party/wtl/include/atlprint.h 		dc.SelectBrush(::GetSysColorBrush(COLOR_3DDKSHADOW));
SelectBrush      1085 third_party/wtl/include/atlprint.h 		dc.SelectBrush(hbrOld);
SelectBrush       742 third_party/wtl/include/atlsplit.h 				CBrushHandle brushOld = dc.SelectBrush(brush);
SelectBrush       744 third_party/wtl/include/atlsplit.h 				dc.SelectBrush(brushOld);