3 writes to lParam
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2396
nativeItem.
lParam
= new IntPtr(item.lParam);
2447
nativeItem.
lParam
= new IntPtr(unchecked((int)item.lParam));
MS\Win32\NativeMethods.cs (1)
1673
lParam
= IntPtr.Zero;
2 references to lParam
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2379
lParam = unchecked((int)item.
lParam
);
2430
lParam = (long)item.
lParam
;