3 references to LVIR_LABEL
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
933if (!WindowsListView.GetItemRect(_hwnd, _item, NativeMethods.LVIR_LABEL, out itemRectangle)) 954if (!WindowsListView.GetItemRect(_hwnd, _item, NativeMethods.LVIR_LABEL, out itemRectangle))
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))