4 writes to lParam
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1583lParam = new IntPtr(item.lParam) 1626lParam = new IntPtr(unchecked((int)item.lParam))
MS\Win32\NativeMethods.cs (2)
1819lParam = IntPtr.Zero; 1830lParam = IntPtr.Zero;
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1569lParam = unchecked((int)item.lParam); 1612lParam = (long)item.lParam;