1 instantiation of TVHITTESTINFO_32
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1006
TVHITTESTINFO_32 hitTestInfo32 = new
TVHITTESTINFO_32
(clientPoint.x, clientPoint.y, 0);
2 references to TVHITTESTINFO_32
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1006
TVHITTESTINFO_32
hitTestInfo32 = new TVHITTESTINFO_32(clientPoint.x, clientPoint.y, 0);
2469
static public explicit operator NativeMethods.TVHITTESTINFO(
TVHITTESTINFO_32
hitTestInfo)