2 writes to flags
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1435hitTest.flags = hitTestNative.flags; 1443hitTest.flags = hitTestNative.flags;
5 references to flags
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
443else if (hitTest.flags == NativeMethods.LVHT_NOWHERE && IsDetailMode(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
297if ((hitTest.flags & NativeMethods.LVHT_EX_GROUP_HEADER) != 0) 302if ((hitTest.flags & NativeMethods.LVHT_ONITEM) != 0 && hitTest.iItem >= 0)
MS\Win32\NativeMethods.cs (2)
789flags = htinfo.flags; 807flags = htinfo.flags;