11 references to LVIR_BOUNDS
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
801
if (WindowsListView.GetItemRect(hwnd, items[0], NativeMethods.
LVIR_BOUNDS
, out rc))
808
if (!WindowsListView.GetItemRect(hwnd, items[i], NativeMethods.
LVIR_BOUNDS
, out rcNext))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (4)
631
WindowsListView.GetItemRect(_hwnd, item1, NativeMethods.
LVIR_BOUNDS
, out rc1);
634
WindowsListView.GetItemRect(_hwnd, item2, NativeMethods.
LVIR_BOUNDS
, out rc2);
735
WindowsListView.GetItemRect(_hwnd, _items[0], NativeMethods.
LVIR_BOUNDS
, out item);
748
WindowsListView.GetItemRect(_hwnd, _items[count - 1], NativeMethods.
LVIR_BOUNDS
, out item);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
118
itemRectangle.left = NativeMethods.
LVIR_BOUNDS
;
158
if (WindowsListView.GetItemRect(_hwnd, _item, NativeMethods.
LVIR_BOUNDS
, out itemRectangle))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
182
if (!WindowsListView.GetItemRect(hwnd, item, NativeMethods.
LVIR_BOUNDS
, out wholeItem))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
86
int lvir = (_item == 0) ? NativeMethods.LVIR_SELECTBOUNDS : NativeMethods.
LVIR_BOUNDS
;
101
if (!WindowsListView.GetSubItemRect(_hwnd, _itemParent, 1, NativeMethods.
LVIR_BOUNDS
, out itemRectangle1))