Home | History | Annotate | Download | only in views

Lines Matching refs:theme

29   CTheme theme;
30 if (theme.IsThemingSupported())
31 theme.OpenThemeData(NULL, L"REBAR");
32 // On Windows XP+, if using a Theme, we can ask the theme to render the
34 if (!theme.IsThemeNull()) {
37 theme.DrawThemeBackground(dc, 0, 0, &rect, NULL);
40 // On Windows 2000 or Windows XP+ with the Classic theme selected, we need
77 CTheme theme;
78 if (theme.IsThemingSupported())
79 theme.OpenThemeData(NULL, L"REBAR");
83 if (!theme.IsThemeNull()) {