1 instantiation of TVHITTESTINFO_64
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1007
TVHITTESTINFO_64 hitTestInfo64 = new
TVHITTESTINFO_64
(clientPoint.x, clientPoint.y, 0);
2 references to TVHITTESTINFO_64
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1007
TVHITTESTINFO_64
hitTestInfo64 = new TVHITTESTINFO_64(clientPoint.x, clientPoint.y, 0);
2488
static public explicit operator NativeMethods.TVHITTESTINFO(
TVHITTESTINFO_64
hitTestInfo64)