4 writes to lParam
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1591nativeItem.lParam = new IntPtr(item.lParam); 1633nativeItem.lParam = new IntPtr(unchecked((int)item.lParam));
MS\Win32\NativeMethods.cs (2)
1837lParam = IntPtr.Zero; 1848lParam = IntPtr.Zero;
2 references to lParam
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1577lParam = unchecked((int)item.lParam); 1619lParam = (long)item.lParam;