2 references to LVIR_SELECTBOUNDS
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
189if (!WindowsListView.GetItemRect(hwnd, item, NativeMethods.LVIR_SELECTBOUNDS, out selectable))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
86int lvir = (_item == 0) ? NativeMethods.LVIR_SELECTBOUNDS : NativeMethods.LVIR_BOUNDS;