2 writes to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1781lParam = new IntPtr(item.lParam), 1833lParam = new IntPtr(unchecked((int)item.lParam)),
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1764lParam = unchecked((int)item.lParam); 1816lParam = (long)item.lParam;