Searched refs:penBlue (Results 1 – 2 of 2) sorted by relevance
496 CPen penBlue(PS_SOLID, 2, RGB_BUTTON_FOCUS); in DrawItem() local497 CPen* pOldPen = dc->SelectObject(&penBlue); in DrawItem()
2228 CPen penBlue(PS_SOLID, 2, GetSysColor(COLOR_HIGHLIGHT)); in PaintHighlightRect() local2229 CPen *pOldPen = dc->SelectObject(&penBlue); in PaintHighlightRect()