4 writes to lParam
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1582
lParam
= new IntPtr(item.lParam)
1625
lParam
= new IntPtr(unchecked((int)item.lParam))
MS\Win32\NativeMethods.cs (2)
1818
lParam
= IntPtr.Zero;
1829
lParam
= IntPtr.Zero;
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1568
lParam = unchecked((int)item.
lParam
);
1611
lParam = (long)item.
lParam
;