1 reference to LVIR_ICON
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
170if ((WindowsListView.GetItemRect(hwnd, item, NativeMethods.LVIR_ICON, out rc) && rc.left != rc.right) || (WindowsListView.GetItemRect(hwnd, item, NativeMethods.LVIR_LABEL, out rc) && rc.left != rc.right))