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