4 writes to lParam
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1582lParam = new IntPtr(item.lParam) 1625lParam = new IntPtr(unchecked((int)item.lParam))
MS\Win32\NativeMethods.cs (2)
1818lParam = IntPtr.Zero; 1829lParam = IntPtr.Zero;
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1568lParam = unchecked((int)item.lParam); 1611lParam = (long)item.lParam;