1 reference to LVIR_ICON
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
163if ((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))