4 writes to stateMask
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2382nativeItem.stateMask = item.stateMask; 2433nativeItem.stateMask = item.stateMask;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
511treeItem.stateMask = NativeMethods.TVIS_STATEIMAGEMASK;
MS\Win32\NativeMethods.cs (1)
1649stateMask = 0;
2 references to stateMask
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2365stateMask = item.stateMask; 2416stateMask = item.stateMask;