3 writes to lParam
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1675lParam = new IntPtr(item.lParam), 1728lParam = new IntPtr(unchecked((int)item.lParam)),
MS\Win32\NativeMethods.cs (1)
1875lParam = IntPtr.Zero;
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1657lParam = unchecked((int)item.lParam); 1710lParam = (long)item.lParam;