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