4 writes to dwState
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1578nativeItem.dwState = item.dwState; 1620nativeItem.dwState = item.dwState;
MS\Win32\NativeMethods.cs (2)
1814dwState = 0; 1825dwState = 0;
3 references to dwState
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1564dwState = item.dwState; 1605dwState = item.dwState;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1187return Misc.IsBitSet(TCItem.dwState, NativeMethods.TCIS_BUTTONPRESSED);