2 writes to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1780lParam = new IntPtr(item.lParam), 1832lParam = new IntPtr(unchecked((int)item.lParam)),
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1763lParam = unchecked((int)item.lParam); 1815lParam = (long)item.lParam;