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