Lines Matching refs:ES_MULTILINE
624 ES_MULTILINE | in get_edit_style()
704 hwEdit = create_editcontrol(ES_MULTILINE | WS_VSCROLL | ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_edit_control_1()
706 …ok(r == (ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE), "Wrong style expected 0xc4 got: 0x%x\n",… in test_edit_control_1()
717 …hwEdit = create_editcontrol(ES_MULTILINE | WS_VSCROLL | ES_WANTRETURN | ES_AUTOHSCROLL | ES_AUTOVS… in test_edit_control_1()
719 …ok(r == (ES_WANTRETURN | ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE), "Wrong style expected 0x… in test_edit_control_1()
1007 ES_MULTILINE, in test_edit_control_3()
1057 ES_MULTILINE | ES_AUTOHSCROLL, in test_edit_control_3()
1102 ES_MULTILINE | ES_AUTOHSCROLL | ES_AUTOVSCROLL, in test_edit_control_3()
1201 hwEdit = create_editcontrol(ES_MULTILINE | ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_edit_control_4()
1219 hwEdit = create_editcontrol(ES_MULTILINE | ES_RIGHT | ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_edit_control_4()
1237 hwEdit = create_editcontrol(ES_MULTILINE | ES_CENTER | ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_edit_control_4()
1309 WS_CHILD | ES_MULTILINE, in test_edit_control_5()
1378 hwEdit = create_editcontrol(ES_MULTILINE | WS_VSCROLL | ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_edit_control_limittext()
1401 WS_VSCROLL | ES_MULTILINE, in test_edit_control_scroll()
1427 WS_VSCROLL | ES_MULTILINE, in test_edit_control_scroll()
1954 BOOL xb, single_line = !(style & ES_MULTILINE); in test_text_position_style()
2073 test_text_position_style(ES_MULTILINE | ES_AUTOHSCROLL | ES_AUTOVSCROLL); in test_text_position()
2187 hwEdit = create_editcontrol(ES_MULTILINE, 0); in test_enter()
2189 ok(ES_MULTILINE == r, "Wrong style expected ES_MULTILINE got: 0x%x\n", r); in test_enter()
2254 hwEdit = create_editcontrol(ES_MULTILINE, 0); in test_tab()
2256 ok(ES_MULTILINE == r, "Wrong style expected ES_MULTILINE got: 0x%x\n", r); in test_tab()
2720 hwEdit= CreateWindowA("EDIT", NULL, ES_MULTILINE|ES_AUTOHSCROLL, in test_fontsize()
2804 hwEdit = create_child_editcontrol(ES_MULTILINE, 0); in test_dialogmode()
2833 hwEdit = create_editcontrol(ES_MULTILINE, 0); in test_dialogmode()
2885 hwEdit = create_child_editcontrol(ES_MULTILINE, 0); in test_dialogmode()
2959 hEdit = create_editcontrol(WS_BORDER | ES_MULTILINE, 0); in test_EM_GETHANDLE()
3061 hEdit = create_editcontrol(WS_BORDER | ES_MULTILINE, 0); in test_EM_GETHANDLE()
3093 hMultilineEdit = create_editcontrol(ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE, 0); in test_paste()