2 writes to lParam
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1891nativeItem.lParam = new IntPtr(item.lParam); 1953nativeItem.lParam = new IntPtr(unchecked((int)item.lParam));
2 references to lParam
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1871lParam = unchecked((int)item.lParam); 1932lParam = (long)item.lParam;