2 writes to lParam
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1785
nativeItem.
lParam
= new IntPtr(item.lParam);
1836
nativeItem.
lParam
= new IntPtr(unchecked((int)item.lParam));
2 references to lParam
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1768
lParam = unchecked((int)item.
lParam
);
1819
lParam = (long)item.
lParam
;