2 writes to flags
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1424hitTest.flags = hitTestNative.flags; 1433hitTest.flags = hitTestNative.flags;
5 references to flags
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
433else if (hitTest.flags == NativeMethods.LVHT_NOWHERE && IsDetailMode(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
288if ((hitTest.flags & NativeMethods.LVHT_EX_GROUP_HEADER) != 0) 293if ((hitTest.flags & NativeMethods.LVHT_ONITEM) != 0 && hitTest.iItem >= 0)
MS\Win32\NativeMethods.cs (2)
772flags = htinfo.flags; 790flags = htinfo.flags;