4 writes to dwState
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1579
nativeItem.
dwState
= item.dwState;
1621
nativeItem.
dwState
= item.dwState;
MS\Win32\NativeMethods.cs (2)
1820
dwState
= 0;
1831
dwState
= 0;
3 references to dwState
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1565
dwState = item.
dwState
;
1606
dwState = item.
dwState
;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1189
return Misc.IsBitSet(TCItem.
dwState
, NativeMethods.TCIS_BUTTONPRESSED);