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