3 writes to lParam
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2388nativeItem.lParam = new IntPtr(item.lParam); 2439nativeItem.lParam = new IntPtr(unchecked((int)item.lParam));
MS\Win32\NativeMethods.cs (1)
1655lParam = IntPtr.Zero;
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2371lParam = unchecked((int)item.lParam); 2422lParam = (long)item.lParam;