4 writes to lParam
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1583
lParam
= new IntPtr(item.lParam)
1626
lParam
= new IntPtr(unchecked((int)item.lParam))
MS\Win32\NativeMethods.cs (2)
1819
lParam
= IntPtr.Zero;
1830
lParam
= IntPtr.Zero;
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1569
lParam = unchecked((int)item.
lParam
);
1612
lParam = (long)item.
lParam
;