Home
last modified time | relevance | path

Searched refs:ES_LOWERCASE (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/tests/edit/
H A Dedittest.c247 … WS_THICKFRAME,WS_DISABLED,WS_BORDER,ES_LOWERCASE,ES_UPPERCASE,ES_NUMBER,ES_AUTOVSCROLL,
/reactos/dll/win32/comctl32/
H A Dedit.c2560 else if(es->style & ES_LOWERCASE) in EDIT_EM_ReplaceSel()
3986 style_change_mask = ES_UPPERCASE | ES_LOWERCASE | in EDIT_WM_StyleChanged()
3999 } else if (new_style & ES_LOWERCASE) { in EDIT_WM_StyleChanged()
4557 } else if (es->style & ES_LOWERCASE) { in EDIT_WM_NCCreate()
H A Dcombo.c507 lbeStyle |= ES_LOWERCASE; in COMBO_Create()
/reactos/win32ss/user/user32/controls/
H A Dedit.c2745 else if(es->style & ES_LOWERCASE)
4160 style_change_mask = ES_UPPERCASE | ES_LOWERCASE |
4173 } else if (new_style & ES_LOWERCASE) {
4686 } else if (es->style & ES_LOWERCASE) {
H A Dcombo.c568 lbeStyle |= ES_LOWERCASE; in COMBO_Create()
/reactos/sdk/include/psdk/
H A Dwinuser.rh1137 #define ES_LOWERCASE __MSABI_LONG(0x00000010)
H A Dwinuser.h298 #define ES_LOWERCASE 16 macro
/reactos/modules/rosapps/applications/sysutils/pedump/
H A Dpedump.c669 #define ES_LOWERCASE 0x00000010L macro
/reactos/modules/rostests/winetests/user32/
H A Dedit.c626 ES_LOWERCASE | in get_edit_style()
/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c634 ES_LOWERCASE | in get_edit_style()