4 writes to dwState
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1586nativeItem.dwState = item.dwState; 1628nativeItem.dwState = item.dwState;
MS\Win32\NativeMethods.cs (2)
1832dwState = 0; 1843dwState = 0;
3 references to dwState
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1572dwState = item.dwState; 1613dwState = item.dwState;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1187return Misc.IsBitSet(TCItem.dwState, NativeMethods.TCIS_BUTTONPRESSED);