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