2 writes to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1889
lParam
= new IntPtr(item.lParam),
1952
lParam
= new IntPtr(unchecked((int)item.lParam)),
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1869
lParam = unchecked((int)item.
lParam
);
1931
lParam = (long)item.
lParam
;