5 writes to stateMask
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2004nativeItem.stateMask = item.stateMask; 2152nativeItem.stateMask = item.stateMask;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (2)
437group.stateMask = NativeMethods.LVGS_COLLAPSED; 620group.stateMask = NativeMethods.LVGS_COLLAPSED;
MS\Win32\NativeMethods.cs (1)
903stateMask = state = align = 0;
2 references to stateMask
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1987stateMask = item.stateMask; 2135stateMask = item.stateMask;