3 references to LVHT_ONITEMSTATEICON
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
3564else if (item != null && (NativeMethods.LVHT_ONITEMSTATEICON & lvhi.flags) == NativeMethods.LVHT_ONITEMSTATEICON) { 5370if (displayIndex != -1 && (lvhi.flags & NativeMethods.LVHT_ONITEMSTATEICON) != 0) {