2 writes to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1781
lParam
= new IntPtr(item.lParam),
1833
lParam
= new IntPtr(unchecked((int)item.lParam)),
2 references to lParam
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1764
lParam = unchecked((int)item.
lParam
);
1816
lParam = (long)item.
lParam
;