1 instantiation of TOOLINFO_32
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1139
TOOLINFO_32 item32 = new
TOOLINFO_32
(item);
3 references to TOOLINFO_32
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1139
TOOLINFO_32
item32 = new TOOLINFO_32(item);
2521
cbSize = Marshal.SizeOf(typeof(
TOOLINFO_32
));
2532
static public explicit operator NativeMethods.TOOLINFO(
TOOLINFO_32
item)