2 writes to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1889lParam = new IntPtr(item.lParam), 1952lParam = new IntPtr(unchecked((int)item.lParam)),
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1869lParam = unchecked((int)item.lParam); 1931lParam = (long)item.lParam;