4 writes to stateMask
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2390nativeItem.stateMask = item.stateMask; 2441nativeItem.stateMask = item.stateMask;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
522treeItem.stateMask = NativeMethods.TVIS_STATEIMAGEMASK;
MS\Win32\NativeMethods.cs (1)
1667stateMask = 0;
2 references to stateMask
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2373stateMask = item.stateMask; 2424stateMask = item.stateMask;