Searched refs:Shell_Get_SysImageList_smallIcons (Results 1 – 5 of 5) sorted by relevance
63 HIMAGELIST Shell_Get_SysImageList_smallIcons(bool smallIcons);
424 _listView.SetImageList(Shell_Get_SysImageList_smallIcons(true), LVSIL_SMALL); in OnCreate()425 _listView.SetImageList(Shell_Get_SysImageList_smallIcons(false), LVSIL_NORMAL); in OnCreate()517 _headerComboBox.SetImageList(Shell_Get_SysImageList_smallIcons(true)); in OnCreate()
333 HIMAGELIST Shell_Get_SysImageList_smallIcons(bool smallIcons) in Shell_Get_SysImageList_smallIcons() function
211 _list.SetImageList(Shell_Get_SysImageList_smallIcons(true), LVSIL_SMALL); in OnInit()212 _list.SetImageList(Shell_Get_SysImageList_smallIcons(false), LVSIL_NORMAL); in OnInit()
359 _list.SetImageList(Shell_Get_SysImageList_smallIcons(true), LVSIL_SMALL); in OnInit()360 _list.SetImageList(Shell_Get_SysImageList_smallIcons(false), LVSIL_NORMAL); in OnInit()