3 writes to lParam
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2402
lParam
= new IntPtr(item.lParam)
2454
lParam
= new IntPtr(unchecked((int)item.lParam))
MS\Win32\NativeMethods.cs (1)
1655
lParam
= IntPtr.Zero;
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2385
lParam = unchecked((int)item.
lParam
);
2437
lParam = (long)item.
lParam
;