6 writes to mask
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1675nativeItem.mask = item.mask; 1727nativeItem.mask = item.mask;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
326item.mask = NativeMethods.HDI_ORDER; 570hdi.mask = NativeMethods.HDI_TEXT; 695item.mask = NativeMethods.HDI_FORMAT;
MS\Win32\NativeMethods.cs (1)
1887mask = 0;
2 references to mask
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1657mask = item.mask; 1709mask = item.mask;