1 instantiation of TOOLINFO_32
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1131
TOOLINFO_32 item32 = new
TOOLINFO_32
(item);
3 references to TOOLINFO_32
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1131
TOOLINFO_32
item32 = new TOOLINFO_32(item);
2513
cbSize = Marshal.SizeOf(typeof(
TOOLINFO_32
));
2524
static public explicit operator NativeMethods.TOOLINFO(
TOOLINFO_32
item)