3 instantiations of WindowsTooltip
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsTooltip.cs (3)
71return new WindowsTooltip(hwnd, null, idChild); 81WindowsTooltip wtv = new WindowsTooltip(hwnd, null, 0); 178WindowsTooltip wtv = new WindowsTooltip( hwnd, null, 0 );
4 references to WindowsTooltip
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\Main.cs (2)
78new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsTooltip.Create), "tooltips_class32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch), 79new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsTooltip.Create), "#32774"),
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
81WindowsTooltip wtv = new WindowsTooltip(hwnd, null, 0); 178WindowsTooltip wtv = new WindowsTooltip( hwnd, null, 0 );